pycodestyle: Ignore E402

E402 is 'module level import not at top of file'.
master
Sanchayan Maity 1 year ago
parent bfb4d258b3
commit d99bdc82c1

@ -1,4 +1,4 @@
[pycodestyle]
count = False
ignore = E501,W503
ignore = E402,E501,W503
statistics = True

Loading…
Cancel
Save