Projects in Awesome Lists by PyCQA
A curated list of projects in awesome lists by PyCQA .
https://github.com/pycqa/bandit
Bandit is a tool designed to find common security issues in Python code.
bandit linter python security security-scanner security-tools static-code-analysis
Last synced: 12 May 2025
https://github.com/PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code.
bandit linter python security security-scanner security-tools static-code-analysis
Last synced: 15 Mar 2025
https://pycqa.github.io/isort/
A Python utility / library to sort imports.
auto-formatter cleaner cli formatter hacktoberfest isort linter python python-utility python3 sorting-imports
Last synced: 04 May 2025
https://github.com/pycqa/isort
A Python utility / library to sort imports.
auto-formatter cleaner cli formatter hacktoberfest isort linter python python-utility python3 sorting-imports
Last synced: 11 Dec 2025
https://github.com/PyCQA/isort
A Python utility / library to sort imports.
auto-formatter cleaner cli formatter hacktoberfest isort linter python python-utility python3 sorting-imports
Last synced: 14 Mar 2025
https://github.com/timothycrosley/isort
A Python utility / library to sort imports.
auto-formatter cleaner cli formatter hacktoberfest isort linter python python-utility python3 sorting-imports
Last synced: 05 Mar 2025
https://github.com/pycqa/pycodestyle
Simple Python style checker in one Python file
flake8-plugin linter-flake8 linter-plugin pep8 python style-guide styleguide
Last synced: 11 Dec 2025
https://github.com/PyCQA/pycodestyle
Simple Python style checker in one Python file
flake8-plugin linter-flake8 linter-plugin pep8 python style-guide styleguide
Last synced: 14 Mar 2025
https://github.com/pycqa/flake8
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.
complexity-analysis flake8 linter linter-flake8 pep8 python python3 static-analysis static-code-analysis style-guide styleguide stylelint
Last synced: 12 May 2025
https://github.com/PyCQA/flake8
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.
complexity-analysis flake8 linter linter-flake8 pep8 python python3 static-analysis static-code-analysis style-guide styleguide stylelint
Last synced: 27 Mar 2025
https://github.com/pycqa/pyflakes
A simple program which checks Python source files for errors
Last synced: 11 Dec 2025
https://github.com/PyCQA/pyflakes
A simple program which checks Python source files for errors
Last synced: 04 Apr 2025
https://github.com/pycqa/flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
code-quality linter linter-flake8 linter-plugin
Last synced: 23 Apr 2025
https://github.com/PyCQA/flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
code-quality linter linter-flake8 linter-plugin
Last synced: 29 Mar 2025
https://github.com/pycqa/autoflake
Removes unused imports and unused variables as reported by pyflakes
formatter hacktoberfest linter pyflakes python
Last synced: 12 Dec 2025
https://github.com/PyCQA/autoflake
Removes unused imports and unused variables as reported by pyflakes
formatter hacktoberfest linter pyflakes python
Last synced: 30 Mar 2025
https://github.com/pycqa/redbaron
Bottom-up approach to refactoring in python
Last synced: 14 May 2025
https://github.com/PyCQA/redbaron
Bottom-up approach to refactoring in python
Last synced: 04 Apr 2025
https://github.com/pycqa/mccabe
McCabe complexity checker for Python
complexity complexity-analysis flake8 flake8-extensions flake8-plugin linter-flake8 linter-plugin mccabe python
Last synced: 11 Dec 2025
https://github.com/PyCQA/mccabe
McCabe complexity checker for Python
complexity complexity-analysis flake8 flake8-extensions flake8-plugin linter-flake8 linter-plugin mccabe python
Last synced: 29 Mar 2025
https://github.com/pycqa/docformatter
Formats docstrings to follow PEP 257
autoformat docstring formatter python
Last synced: 12 Dec 2025
https://github.com/PyCQA/docformatter
Formats docstrings to follow PEP 257
autoformat docstring formatter python
Last synced: 09 May 2025
https://github.com/pycqa/pep8-naming
Naming Convention checker for Python
flake8 flake8-extensions flake8-plugin linter-flake8 linter-plugin naming-conventions pep8 python
Last synced: 13 May 2025
https://github.com/PyCQA/pep8-naming
Naming Convention checker for Python
flake8 flake8-extensions flake8-plugin linter-flake8 linter-plugin naming-conventions pep8 python
Last synced: 20 Mar 2025
https://github.com/PyCQA/modernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
Last synced: 12 Apr 2025
https://github.com/pycqa/modernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
Last synced: 12 Dec 2025
https://github.com/PyCQA/baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
Last synced: 27 Mar 2025
https://github.com/pycqa/baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
Last synced: 08 Apr 2025
https://github.com/PyCQA/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
flake8 flake8-extensions linter-flake8 linter-plugin pylama python
Last synced: 26 Apr 2025
https://github.com/pycqa/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
flake8 flake8-extensions linter-flake8 linter-plugin pylama python
Last synced: 14 Apr 2025
https://github.com/PyCQA/eradicate
Removes commented-out code from Python files
Last synced: 12 Mar 2025
https://github.com/pycqa/eradicate
Removes commented-out code from Python files
Last synced: 12 Dec 2025
https://github.com/pycqa/doc8
Style checker for sphinx (or other) rst documentation.
hacktoberfest linter pep-621 pre-commit-hook python
Last synced: 10 Apr 2025
https://github.com/PyCQA/doc8
Style checker for sphinx (or other) rst documentation.
hacktoberfest linter pep-621 pre-commit-hook python
Last synced: 12 Mar 2025
https://github.com/openstack/doc8
Style checker for sphinx (or other) rst documentation.
hacktoberfest linter pep-621 pre-commit-hook python
Last synced: 25 Mar 2025
https://github.com/pycqa/flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reporting
docstrings flake8 flake8-extension flake8-plugin pydocstyle
Last synced: 13 Apr 2025
https://github.com/pycqa/flake8-commas
Flake8 extension for enforcing trailing commas in python
Last synced: 04 Apr 2025
https://github.com/PyCQA/flake8-commas
Flake8 extension for enforcing trailing commas in python
Last synced: 08 May 2025
https://github.com/PyCQA/flake8-pyi
A plugin for Flake8 that provides specializations for type hinting stub files
flake8 lint linter linter-plugin mypy pep484 python stub-files type-checking typing
Last synced: 08 May 2025
https://github.com/pycqa/flake8-pyi
A plugin for Flake8 that provides specializations for type hinting stub files
flake8 lint linter linter-plugin mypy pep484 python stub-files type-checking typing
Last synced: 12 Dec 2025
https://github.com/pycqa/meta
Documentation about how the PyCQA organization works
Last synced: 07 Oct 2025
https://github.com/pycqa/bandit-action
GitHub Action to run Bandit
bandit code-scanning code-scanning-enabled code-scanning-ready github-action github-actions
Last synced: 19 Jul 2025
https://github.com/pycqa/flake8-polyfill
Project to make writing plugins across major versions of flake8 easier
flake8 flake8-extension python
Last synced: 07 Oct 2025
https://github.com/pycqa/oeuvre
A repository to collect examples of Python code for testing code-quality tools
Last synced: 07 Oct 2025
https://github.com/PyCQA/flake8-json
JSON formatter for Flake8 output
flake8 flake8-extension flake8-extensions flake8-plugin json python
Last synced: 08 May 2025
https://github.com/pycqa/flake8-json
JSON formatter for Flake8 output
flake8 flake8-extension flake8-extensions flake8-plugin json python
Last synced: 07 Oct 2025
https://github.com/pycqa/vscode-bandit
A Visual Studio Code extension with support for the Bandit static analysis tool.
bandit linter python sast security-scanner security-tools static-analysis vscode-extension
Last synced: 04 Apr 2025