flake8-fastapi
FastAPI error checker
A flake8 plugin to help developers avoid common mistakes when building FastAPI applications
Flake8 FastAPI - Avoid simple FastAPI mistakes opinionated 🤓
44 stars
3 watching
4 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
asgifastapiflake8python
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
maxkrivich/flake8-github | A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 4 |
pjknkda/flake8-datetimez | A plugin to enforce safe datetime usage in Python code | 34 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |