Add flakehell python linter (#3295) (#3921)

This commit is contained in:
a666
2021-10-02 02:37:57 -05:00
committed by GitHub
parent 19b0f72c23
commit f9deee0e41
9 changed files with 719 additions and 0 deletions

View File

@@ -428,6 +428,7 @@ formatting.
* [bandit](https://github.com/PyCQA/bandit) :warning:
* [black](https://github.com/ambv/black)
* [flake8](http://flake8.pycqa.org/en/latest/)
* [flakehell](https://github.com/flakehell/flakehell)
* [isort](https://github.com/timothycrosley/isort)
* [mypy](http://mypy-lang.org/)
* [prospector](https://github.com/PyCQA/prospector) :warning: :floppy_disk: