Forgot pylint formatting.

This commit is contained in:
BethanyG
2021-10-12 16:20:05 -07:00
committed by BethanyG
parent 3261c5b94e
commit b9984bf156

View File

@@ -6,6 +6,6 @@ exclude =
.pytest_cache,
venv
ignore = E501, F401
format = default
format = pylint
show-source = True
max-complexity = 10