Skip to content

Commit

Permalink
vscode: Hide ruff cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Aug 6, 2024
1 parent c779ab1 commit b0e1fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"**/.ipynb_checkpoints": true,
"**/.coverage": true,
"**/.vscode-test": true,
"**/.mypy_cache": true
"**/.mypy_cache": true,
"**/.ruff_cache": true
},
"esbonio.server.showDeprecationWarnings": true,
"python.testing.pytestArgs": [
Expand Down

0 comments on commit b0e1fde

Please sign in to comment.