mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Pycodestyle configuration section moved to setup.cfg
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user