nitpick
Project Manager
Automates consistency checks and fixes across multiple projects with similar settings.
Enforce the same settings on multiple projects
399 stars
5 watching
25 forks
Language: Python
last commit: 8 days ago
Linked from 1 awesome list
flake8flake8-pluginisortlintermypypylintpythonpython3styleguide
Related projects:
Repository | Description | Stars |
---|---|---|
adamchainz/flake8-no-pep420 | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 17 |
bradenm/micropy-cli | Automates the creation and management of Micropython projects with tools like linting, intellisense, and dependency management. | 317 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |
sbdchd/flake8-pie | An extension to flake8 that enforces best practices in Python development | 61 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
orsinium-labs/flake8-todos | A plugin to enforce coding standards for TODO comments in Python code. | 27 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 513 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
srid/haskell-flake | A Nix module that simplifies Haskell project management with Cabal package manager | 159 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |