pmbootstrap-meow/setup.cfg
Caleb Connolly 0d5ff8f520
flake8: increase the line length limit (MR 2168)
80 is quite conservative, to the point where it often impacts code
   readability rather than improving it.
2022-02-13 20:27:47 +01:00

5 lines
56 B
INI

[bdist_wheel]
universal=0
[flake8]
max-line-length=100