Syntax errors

This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-02 22:10:48 -06:00
parent 2494211ef2
commit 58d136c0bd

View file

@ -12,6 +12,7 @@ sections = [
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 = [