college-bot-v1/setup.cfg

7 lines
87 B
INI
Raw Permalink Normal View History

2023-05-02 18:07:59 +01:00
[pycodestyle]
max-line-length = 120
2023-05-05 00:11:29 +01:00
ignore = W293,W291
2023-09-09 23:49:10 +01:00
[flake8]
max-line-length = 120