disable flake8 for tests

This commit is contained in:
Stefan Allius
2023-11-03 01:07:05 +01:00
parent 6821734238
commit fbd4eb1336

View File

@@ -8,5 +8,8 @@
"system_tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"flake8.args": [
"--extend-exclude=app/tests/*.py system_tests/*.py"
]
}