pandas-vet
Pandas linter
A tool to enforce best practices and suggest improvements for pandas data analysis code.
A plugin for Flake8 that checks pandas code
168 stars
6 watching
18 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
flake8flake8-pluginlinterpandaspython
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
flakehell/flakehell | A Python tool for linting code and managing flake8 plugins in a flexible and configurable way. | 88 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
sbdchd/flake8-pie | An extension to flake8 that enforces best practices in Python development | 61 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
jdkandersson/flake8-docstrings-complete | A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |