File size: 336 Bytes
28451f7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[flake8]
enable-extensions = G
select = B,C,E,F,G,P,SIM1,T4,W,B9
max-line-length = 120
# C408 ignored because we like the dict keyword argument syntax
# E501 is not flexible enough, we're using B950 instead
ignore =
    E203,E305,E402,E501,E721,E741,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,E226,E265
exclude =
    third_party