advent-of-code/setup.cfg

7 lines
144 B
INI
Raw Normal View History

2022-12-02 08:12:49 +00:00
[flake8]
# Use black line length:
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203, E231