Syntax errors

This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-02 22:10:48 -06:00
parent 9ed2165072
commit c20fdde98c

View file

@ -11,7 +11,8 @@ sections = [
STDLIB, STDLIB,
LOCALFOLDER, LOCALFOLDER,
THIRDPARTY, THIRDPARTY,
] ]
force_sort_within_sections = 1 force_sort_within_sections = 1
force_alphabetical_sort_within_sections = 1 force_alphabetical_sort_within_sections = 1
combine_as_imports = 1 combine_as_imports = 1
@ -20,7 +21,11 @@ combine_as_imports = 1
index-servers = pypi index-servers = pypi
[reqman] [reqman]
shitlist = pip,pkg_resources,setuptools shitlist = [
pip,
pkg_resources,
setuptools,
]
[flake8] [flake8]
extend-ignore = [ extend-ignore = [
@ -32,7 +37,7 @@ extend-ignore = [
E741, E741,
F403, F403,
F405, F405,
] ]
[pypi] [pypi]
repository = https://pypi.python.org/pypi repository = https://pypi.python.org/pypi