Newer
Older
[flake8]
exclude = '*.opts.py'
select = F, # all PyFlakes warning/error codes
E71, # pycodestyle: check comparison to None/True
E9, # runtime errors
W1, # indentation warnings
W6 # deprecation warning
[flake8]
exclude = '*.opts.py'
select = F, # all PyFlakes warning/error codes
E71, # pycodestyle: check comparison to None/True
E9, # runtime errors
W1, # indentation warnings
W6 # deprecation warning