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 -1
View File
@@ -24,7 +24,8 @@
"--config=pyproject.toml"
],
"flake8.args": [
"--toml-config=pyproject.toml"
"--config",
".flake8"
],
"isort.args": [
"--settings-path=pyproject.toml"