Flake8-pyproject
Config loader
A Flake8 plugin that loads configuration from pyproject.toml
Flake8 plug-in loading the configuration from pyproject.toml
228 stars
4 watching
10 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
flake8flake8-pluginflake8-pluginspyprojectpyproject-toml
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/flake8-ruler | Generates a flake8 configuration file from a more powerful config format | 11 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
ceterai/django-pyproject | Tool to store Django settings in pyproject.toml file | 5 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
browniebroke/flake8-django-migrations | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
xuhdev/flake8-executable | Ensures executable permissions and shebangs are correctly set in Python files. | 18 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
lordmauve/flake8-html | Generates HTML reports of flake8 violations | 51 |
alecthomas/kong-hcl | A Go package for loading configuration files in the Hiero Configuration Language (HCL) format into a structured data model. | 8 |