Increase PEP8 line length to 120 chars

This commit is contained in:
Lukáš Hrázký 2020-06-30 10:24:57 +02:00 committed by amatej
parent 331f96efd4
commit a9ebe119c2
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
# E0261: at least two spaces before inline comment
ignore = C0111,I0011,R0801,R0904,R0911,R0912,R0913,R0903,W0141,W0142,W0212,E0261
exclude = .git,__pycache__
max-line-length = 100
max-line-length = 120