Update flake8 config

This commit is contained in:
Ben Lopatin
2021-12-18 16:18:05 -05:00
parent f6b4c02fc0
commit 71cb943e55
+2 -2
View File
@@ -21,10 +21,10 @@ deps=
flake8
flake8_docstrings
commands=
flake8 src/pydiscourse
flake8 src/pydiscourse --docstring-convention google --ignore D415
[flake8]
ignore = E126,E128
max-line-length = 99
max-line-length = 119
exclude = .ropeproject
max-complexity = 10