dotfiles/.config/pycodestyle

7 lines
105 B
INI

[pycodestyle]
# W504: line break after binary operator
ignore = W504
max_line_length = 80
# vim:ft=cfg: