Sometimes you want to override the standards that flake8 is shipped with.
In these scenarios you want to tell flake8 to ignore certain errors by passing them along on the terminal.
flake8 code.py --ignore W291,E302
flake8: ignore
Sometimes you want to override the standards that flake8 is shipped with.
In these scenarios you want to tell flake8 to ignore certain errors by passing them along on the terminal.
flake8 code.py --ignore W291,E302