We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4629 commit a5c45d1Copy full SHA for a5c45d1
2 files changed
.devcontainer/devcontainer.json
@@ -23,10 +23,10 @@
23
"ghcr.io/devcontainers/features/common-utils:2.5.7": {},
24
"ghcr.io/devcontainers/features/git:1.3.5": {},
25
"ghcr.io/devcontainers-extra/features/ruff:2.0.0": {
26
- "version": "0.15.10"
+ "version": "0.15.11"
27
},
28
"ghcr.io/devcontainers-extra/features/ty:1.0.0": {
29
- "version": "0.0.29"
+ "version": "0.0.31"
30
}
31
32
// configure vscode
.github/workflows/lint.yaml
@@ -18,4 +18,4 @@ jobs:
18
contents: read
19
uses: RegioHelden/github-reusable-workflows/.github/workflows/python-ruff.yaml@v2.8.1
20
with:
21
- ruff-version: "0.15.10"
+ ruff-version: "0.15.11"
0 commit comments