Syntax errors

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

View file

@ -7,11 +7,12 @@ lines_after_imports = 2
default_section = THIRDPARTY
known_localfolder = datalog
sections = [
FUTURE,
STDLIB,
LOCALFOLDER,
THIRDPARTY,
]
FUTURE,
STDLIB,
LOCALFOLDER,
THIRDPARTY,
]
force_sort_within_sections = 1
force_alphabetical_sort_within_sections = 1
combine_as_imports = 1
@ -20,19 +21,23 @@ combine_as_imports = 1
index-servers = pypi
[reqman]
shitlist = pip,pkg_resources,setuptools
shitlist = [
pip,
pkg_resources,
setuptools,
]
[flake8]
extend-ignore = [
E203,
E227,
E306,
E501,
E731,
E741,
F403,
F405,
]
E203,
E227,
E306,
E501,
E731,
E741,
F403,
F405,
]
[pypi]
repository = https://pypi.python.org/pypi