Pycodestyle configuration section moved to setup.cfg

This commit is contained in:
muffinmad
2020-06-03 15:24:37 +03:00
parent 1c342d36e5
commit f9bbccbc13
2 changed files with 3 additions and 2 deletions

View File

@@ -14,3 +14,6 @@ ignore =
# Line break before binary operator # Line break before binary operator
W503, W503,
exclude = jedi/third_party/* .tox/* exclude = jedi/third_party/* .tox/*
[pycodestyle]
max-line-length = 100

View File

@@ -41,5 +41,3 @@ commands =
commands = flake8 --extend-ignore F401 {posargs:jedi} commands = flake8 --extend-ignore F401 {posargs:jedi}
deps = deps =
extras = qa extras = qa
[pycodestyle]
max-line-length=100