mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
13 lines
231 B
INI
13 lines
231 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[flake8]
|
|
max-line-length = 100
|
|
ignore =
|
|
# do not use bare 'except'
|
|
E722,
|
|
# don't know why this was ever even an option, 1+1 should be possible.
|
|
E226,
|
|
# line break before binary operator
|
|
W503,
|