Fix linting

This commit is contained in:
cytopia
2022-11-29 05:03:07 +01:00
parent 63598496fe
commit 566dba9b1e
107 changed files with 2 additions and 168 deletions

View File

@@ -49,8 +49,9 @@ ARCH = linux/amd64
# Makefile.lint overwrites
FL_IGNORES = .git/,.github/,tests/
FL_IGNORES = .git/,.github/,tests/,*.mypy_cache/
SC_IGNORES = .git/,.github/,tests/
JL_IGNORES = .git/,.github/,*.mypy_cache*
# -------------------------------------------------------------------------------------------------