summaryrefslogblamecommitdiff
path: root/.flake8
blob: ab1e14b66e4e9f80ae7cfeec42d223625a5eb92a (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                  
                                                            
 
                                 
                    
# -*- conf -*-
[flake8]
# Descriptions of ignored checks:
#
# E221: multiple spaces before operator
# E241: multiple spaces after ,
# F403: disable wildcard import
# F821: undefined name (needed for build commands)
# F999: Undefined undefined name (needed for build commands)
#
ignore = E221,E241,F403,F821,F999
max-line-length = 79