To check Python code for compliance with all style standards, you can use the automatic checking tool flake8. Flake8 checks code according to configuration file .flake8.
- Install all requirements for flake8 package:
pip3 install .[lint]
- Run flake8 package:
flake8 .