1
0
forked from VimPlug/jedi

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
W503,
exclude = jedi/third_party/* .tox/*
[pycodestyle]
max-line-length = 100