enable linting

This commit is contained in:
Andreas Zweili 2021-11-06 19:35:53 +01:00
parent a60043a162
commit 60ad380975
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"python.pythonPath": "venv/bin/python"
"python.pythonPath": "venv/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}