Skip to content

Commit

Permalink
Update minimal Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 13, 2024
1 parent 3e699e0 commit f1f67fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"editor.formatOnType": true,
"editor.formatOnSave": true,
"ruff.lint.args": [
"--target-version=py38",
"--target-version=py39",
"--unsafe-fixes",
"--show-fixes",
"--ignore=D400",
Expand All @@ -92,7 +92,7 @@
"python.analysis.autoImportCompletions": true,
"editor.accessibilitySupport": "off",
"ruff.format.args": [
"--target-version=py38"
"--target-version=py39"
],
"diffEditor.ignoreTrimWhitespace": false,
"notebook.output.minimalErrorRendering": true,
Expand Down

0 comments on commit f1f67fc

Please sign in to comment.