mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-16 08:56:44 +08:00
10 lines
121 B
INI
10 lines
121 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[flake8]
|
|
max-line-length = 100
|
|
ignore =
|
|
# do not use bare 'except'
|
|
E722,
|
|
exclude = test/*
|