Calmcode - flake8: ignore

Ignore

1 2 3 4 5 6 7

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