dotfiles/pycodestyle/.config/pycodestyle
Sanchayan Maity fc81cd460b pycodestyle: Ignore W503
Ignore Line break occurred before a binary operator (W503).
2021-04-29 12:14:34 +05:30

5 lines
65 B
Plaintext

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