mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-06 18:44:09 -04:00
Add max-line-length to the flake8 section of setup.cfg
This commit is contained in:
parent
adbd720fab
commit
7eb4d626ba
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ ignore =
|
||||||
docs/*
|
docs/*
|
||||||
pylint.cfg
|
pylint.cfg
|
||||||
tox.ini
|
tox.ini
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 90
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue