dotfiles/pycodestyle/.config/pycodestyle
Sanchayan Maity d99bdc82c1 pycodestyle: Ignore E402
E402 is 'module level import not at top of file'.
2021-10-20 13:01:21 +05:30

5 lines
70 B
Plaintext

[pycodestyle]
count = False
ignore = E402,E501,W503
statistics = True