dotfiles/.config/pycodestyle

7 lines
105 B
INI
Raw Normal View History

2019-05-28 17:44:30 +02:00
[pycodestyle]
# W504: line break after binary operator
2019-09-25 20:07:56 +02:00
ignore = W504
2019-05-28 17:44:30 +02:00
max_line_length = 80
# vim:ft=cfg: