PHANTOM
🇮🇳 IN
Skip to content
forked from 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.

License

Notifications You must be signed in to change notification settings

TeleAI-mcp/flake8

 
 

Repository files navigation

Flake8

PyPI Build Coverage Documentation

Flake8 is a wrapper around these tools:

  • PyFlakes
  • pycodestyle
  • Ned Batchelder's McCabe script

Flake8 runs all the tools by launching the single flake8 command. It displays the warnings in a per-file, merged output.

Note

Flake8 works on Python 3.8+.

Related Projects

  1. related project ruff
  2. related project pylint

About

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.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%