Syntax errors
This commit is contained in:
parent
2494211ef2
commit
58d136c0bd
1 changed files with 20 additions and 15 deletions
11
setup.cfg
11
setup.cfg
|
@ -11,7 +11,8 @@ sections = [
|
|||
STDLIB,
|
||||
LOCALFOLDER,
|
||||
THIRDPARTY,
|
||||
]
|
||||
]
|
||||
|
||||
force_sort_within_sections = 1
|
||||
force_alphabetical_sort_within_sections = 1
|
||||
combine_as_imports = 1
|
||||
|
@ -20,7 +21,11 @@ combine_as_imports = 1
|
|||
index-servers = pypi
|
||||
|
||||
[reqman]
|
||||
shitlist = pip,pkg_resources,setuptools
|
||||
shitlist = [
|
||||
pip,
|
||||
pkg_resources,
|
||||
setuptools,
|
||||
]
|
||||
|
||||
[flake8]
|
||||
extend-ignore = [
|
||||
|
@ -32,7 +37,7 @@ extend-ignore = [
|
|||
E741,
|
||||
F403,
|
||||
F405,
|
||||
]
|
||||
]
|
||||
|
||||
[pypi]
|
||||
repository = https://pypi.python.org/pypi
|
||||
|
|
Loading…
Reference in a new issue