Files
dotfiles/python/.config/pycodestyle

5 lines
94 B
Plaintext
Raw Permalink Normal View History

2019-03-26 17:17:21 -04:00
[pycodestyle]
2019-04-04 01:25:49 -04:00
ignore = E226,E302,E41,E0202,E1101,W503
max-line-length = 120
2019-03-26 17:17:21 -04:00
statistics = True