How to run FLAKE8 from the COMMAND LINE

Опубликовано: 30 Сентябрь 2024
на канале: Python for Everyone
2,453
19

Don't be distracted by errors and warnings in your IDE/code editor. Run flake8 (Python Linter) on the command line at the moment you are ready to find and fix problems in your code.

C H A P T E R S
0:20 Install a linter
1:15 Separating typing code and fixing mistakes
1:30 PIP install Flake 8
2:00 Execute Flake8 command from the command line
2:18 Exclude folders
3:20 Exclude warnings/errors

M Y O N L I N E T R A I N I N G
🎓Like my style of teaching? Try free chapters of my online courses: https://pythonforeveryone.com

#flake8 #linter #python