Flake8
Pro Plan Feature
This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.
Flake8 is a Python linting utility that wraps PyFlakes, pycodestyle, and Mccabe to check your Python code for style and logical errors.
Supported Files
Flake8 will run on files with the following extensions:
*.py
Features
Flake8 can detect many issues such as:
- Style violations (PEP 8)
- Logical errors and unused imports
- Code complexity issues
- Syntax errors
- And many more