Files
dotfiles/python/.config/pycodestyle

5 lines
88 B
Plaintext
Raw Normal View History

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