Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.flake8 223 B
[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