Files
dotfiles/python/.config/pycodestyle

5 lines
93 B
Plaintext
Raw 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
2019-03-26 17:17:21 -04:00
max-line-length = 88
statistics = True