Supported Files
Flake8 will run on files with the following extensions:*.py
*.ipynb
(using nbqa)
Configuration
Flake8 supports the following config files:.flake8
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