Move flake8 config from toml to .flake8 as flake8 does not play nice with pyproject.toml and add pre-commit hook for flake8

This commit is contained in:
Cosmin Ciocan
2024-01-12 17:45:37 +01:00
parent ee68b4025b
commit 182e3519ad
9 changed files with 31 additions and 33 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ SHARED_GROUP_NAME = "shared"
def print_out(out: str):
for l in out.split("\n"):
print(l)
for line in out.split("\n"):
print(line)
@magics_class