formatting/checks
This commit is contained in:
parent
cd840e8a56
commit
fc41f09d29
2 changed files with 5 additions and 1 deletions
2
.flake8
Normal file
2
.flake8
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flake8]
|
||||
max-line-length = 121
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"python.formatting.provider": "black"
|
||||
"python.formatting.provider": "black",
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.linting.flake8Enabled": true
|
||||
}
|
Loading…
Reference in a new issue