Enable flake8
This commit is contained in:
parent
ead62273a2
commit
9edf5bcb74
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
"terminal.integrated.scrollback": 2000,
|
"terminal.integrated.scrollback": 2000,
|
||||||
"git.enableCommitSigning": true,
|
"git.enableCommitSigning": true,
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
|
"python.linting.flake8Enabled": true,
|
||||||
"editor.fontFamily": "Fira Code",
|
"editor.fontFamily": "Fira Code",
|
||||||
"editor.minimap.renderCharacters": false,
|
"editor.minimap.renderCharacters": false,
|
||||||
"editor.cursorSmoothCaretAnimation": true,
|
"editor.cursorSmoothCaretAnimation": true,
|
||||||
|
|
Loading…
Reference in a new issue