Here are
175 public repositories
matching this topic...
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
-
Updated
Aug 27, 2020
-
Python
A GitHub

app to automatically review Python code style over Pull Requests
-
Updated
May 28, 2020
-
Python

A curated awesome list of flake8 extensions. Feel free to contribute!
🎓
McCabe complexity checker for Python
-
Updated
Aug 14, 2020
-
Python
Start a Flask API in less than 5 minutes
-
Updated
May 18, 2020
-
Python
Naming Convention checker for Python
-
Updated
Jul 22, 2020
-
Python
A sequential id generator that works across nodes with no collisions
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
-
Updated
Jul 27, 2020
-
Python
Flake8 plugin that checks import order against various Python Style Guides
-
Updated
Aug 4, 2020
-
Python
Python best practices project cookiecutter 🍪
-
Updated
Feb 8, 2020
-
Python
Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
-
Updated
Jun 30, 2020
-
Python
Flake8 plugin to find commented out or dead code
-
Updated
Aug 21, 2020
-
Python
Git pre-receive hook to check commits and code style
-
Updated
Jan 6, 2020
-
Python
A tool for measuring Python class cohesion.
-
Updated
Aug 5, 2019
-
Python
A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020
-
Python
Design by contract for Python with many validators support.
-
Updated
Aug 28, 2020
-
Python
Enforce the same configuration (flake8, isort, mypy, pylint) across multiple Python projects
-
Updated
Aug 28, 2020
-
Python
Jupyterlab python linter for notebooks and text files using flake8
-
Updated
Jul 18, 2020
-
TypeScript
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
-
Updated
Aug 27, 2020
-
Python
🚨 Flake8 plugin to forbid backslashes (\) for line breaks
-
Updated
Aug 17, 2020
-
Python
Automated security testing using bandit and flake8.
-
Updated
Aug 29, 2020
-
Python
Automatically remove unnecessary `# noqa` comments
-
Updated
Jun 19, 2020
-
Python
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
-
Updated
Jun 8, 2020
-
Python
flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`
-
Updated
May 27, 2020
-
Python
❄️ A flake8 plugin that helps you write tidier imports.
-
Updated
Jul 27, 2020
-
Python
flake8 plugin to validate annotations complexity
-
Updated
Jun 28, 2020
-
Python
Improve this page
Add a description, image, and links to the
flake8
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
flake8
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Bug report
What's wrong
This code does not raise any violations:`
How is that should be