Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 20, 2023
1 parent 42f2c94 commit 12b2067
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@
"site/": true,
"geckodriver.log": true
},
"python.defaultInterpreterPath": ".venv/bin/python",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": ["--rcfile", ".pylint.ini"],
"python.linting.mypyEnabled": true,
"python.linting.mypyArgs": ["--config-file", ".mypy.ini"],
"python.linting.pydocstyleEnabled": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": ".venv/bin/black",
"python.defaultInterpreterPath": ".venv/bin/python",
"pylint.args": ["--rcfile", ".pylint.ini"],
"cSpell.words": [
"appex",
"autorefs",
Expand Down

0 comments on commit 12b2067

Please sign in to comment.