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.
This commit is contained in:
Caleb Connolly 2022-02-13 18:39:57 +00:00 committed by Oliver Smith
parent 18a16c7899
commit 0d5ff8f520
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
[bdist_wheel]
universal=0
[flake8]
max-line-length=100