fix flake8

This commit is contained in:
James Woglom
2024-12-12 00:27:35 -05:00
parent 1ed3d35965
commit 00023c6aba
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -27,3 +27,4 @@ typing-extensions = "*"
tconnectsync = "python3 main.py"
test = "python3 -m unittest discover -vv"
build_events = "bash -c 'cd tconnectsync/eventparser && python3 build_events.py > events.py'"
lint = "bash -c 'flake8 . --count --select=E9,F63,F7,F82 && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 && echo PASS'"