We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aca18 commit a519c4aCopy full SHA for a519c4a
README.md
@@ -218,6 +218,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
218
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
219
* Code Linters
220
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
221
+ * [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
222
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
223
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
224
* Code Formatters
0 commit comments