From b6f6d84c25169744f43db6d0ee296ee44eb78d91 Mon Sep 17 00:00:00 2001 From: Yining Date: Fri, 27 Jan 2023 12:24:18 +1100 Subject: add: pycln as a python linter and fixer (#4415) this commit adds pycln as a Python linter and fixer, together with some tests and documentation. It addresses #4340 pycln repo: https://github.com/hadialqattan/pycln --- supported-tools.md | 1 + 1 file changed, 1 insertion(+) (limited to 'supported-tools.md') diff --git a/supported-tools.md b/supported-tools.md index d6ea92b4..348efe2e 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -490,6 +490,7 @@ formatting. * [isort](https://github.com/timothycrosley/isort) * [mypy](http://mypy-lang.org/) * [prospector](https://github.com/PyCQA/prospector) :warning: :floppy_disk: + * [pycln](https://github.com/hadialqattan/pycln) * [pycodestyle](https://github.com/PyCQA/pycodestyle) :warning: * [pydocstyle](https://www.pydocstyle.org/) :warning: * [pyflakes](https://github.com/PyCQA/pyflakes) -- cgit v1.2.3