formatting/checks

This commit is contained in:
Patrick Moessler 2023-02-18 23:16:01 +01:00
parent cd840e8a56
commit fc41f09d29
2 changed files with 5 additions and 1 deletions

2
.flake8 Normal file
View file

@ -0,0 +1,2 @@
[flake8]
max-line-length = 121

View file

@ -1,3 +1,5 @@
{
"python.formatting.provider": "black"
"python.formatting.provider": "black",
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true
}