Skip to content

Commit

Permalink
enable ruff in vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbrhzn committed Sep 8, 2024
1 parent 79954aa commit eba1fc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.enabledWithoutWorkspace": true,
"python.linting.lintOnSave": true,
"python.linting.pylintEnabled": true,
"python.linting.ruffEnabled": true,
"python.pythonPath": "/usr/local/bin/python",
"python.analysis.extraPaths": [
"/usr/local/lib/python3.9/site-packages"
Expand Down

0 comments on commit eba1fc0

Please sign in to comment.