Here are
233 public repositories
matching this topic...
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
-
Updated
Apr 18, 2021
-
Python
A GitHub

app to automatically review Python code style over Pull Requests
-
Updated
Feb 15, 2021
-
Python

A curated awesome list of flake8 extensions. Feel free to contribute!
🎓
McCabe complexity checker for Python
-
Updated
Apr 2, 2021
-
Python
Start a Flask API in less than 5 minutes
-
Updated
Mar 20, 2021
-
Python
Python best practices project cookiecutter 🍪
-
Updated
Oct 6, 2020
-
Python
Naming Convention checker for Python
-
Updated
Apr 18, 2021
-
Python
🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
-
Updated
Apr 15, 2021
-
Python
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
-
Updated
Apr 17, 2021
-
Python
A sequential id generator that works across nodes with no collisions
Flake8 plugin that checks import order against various Python Style Guides
-
Updated
Mar 12, 2021
-
Python
Flake8 wrapper to make it nice, legacy-friendly, configurable.
-
Updated
Jan 11, 2021
-
Python
Flake8 plugin to find commented out or dead code
-
Updated
Apr 12, 2021
-
Python
Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
Design by contract for Python with static checker and tests' generation.
-
Updated
Apr 10, 2021
-
Python
Enforce the same settings across multiple language-independent projects
-
Updated
Apr 17, 2021
-
Python
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
-
Updated
Oct 29, 2020
-
Python
Git pre-receive hook to check commits and code style
-
Updated
Jan 21, 2021
-
Python
A tool for measuring Python class cohesion.
-
Updated
Aug 5, 2019
-
Python
A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020
-
Python
Jupyterlab python linter for notebooks and text files using flake8
-
Updated
Feb 4, 2021
-
TypeScript
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
-
Updated
Apr 5, 2021
-
Python
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
-
Updated
Dec 8, 2020
-
Python
🚨 Flake8 plugin to forbid backslashes (\) for line breaks
-
Updated
Apr 12, 2021
-
Python
Flake8 Type Annotation Checking
-
Updated
Apr 1, 2021
-
Python
Automated security testing using bandit and flake8.
-
Updated
Dec 29, 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.
Rule request
Thesis
Report
raisestatements outside ofexceptblockReasoning
It causes runtime error: