You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/devcontainer.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"ms-python.python@2025.7.2025051401",
31
31
"ms-python.vscode-pylance@2025.4.104",
32
32
"ms-vscode-remote.remote-containers@0.414.0",
33
-
"charliermarsh.ruff@2025.22.0",
33
+
"charliermarsh.ruff@2025.24.0",
34
34
35
35
// Misc file formats
36
36
"bierner.markdown-mermaid@1.28.0",
@@ -50,7 +50,7 @@
50
50
},
51
51
"ruff.nativeServer": "on",
52
52
// TODO: see if there's a way to specify different configurations for different folders
53
-
"ruff.configuration": "${workspaceFolder}/ruff-test.toml", // use the test configuration since it's less restrictive and won't show false positives and underline things
53
+
"ruff.configuration": "/workspaces/copier-python-package-template/ruff-test.toml", // use the test configuration since it's less restrictive and won't show false positives and underline things
// TODO: see if there's a way to specify different configurations for different folders
66
-
"ruff.configuration": "${workspaceFolder}/ruff-test.toml", // use the test configuration since it's less restrictive and won't show false positives and underline things
66
+
"ruff.configuration": "/workspaces/{%endraw%}{{ repo_name }}{%raw%}/ruff-test.toml", // use the test configuration since it's less restrictive and won't show false positives and underline things
0 commit comments