We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf95b commit ffb6274Copy full SHA for ffb6274
2 files changed
.github/workflows/tests.yml
@@ -176,4 +176,4 @@ jobs:
176
nox --session=coverage -- xml
177
178
- name: Upload coverage report
179
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
# Ruff version.
30
- rev: v0.15.7
+ rev: v0.15.8
31
hooks:
32
# Run the linter.
33
- id: ruff
0 commit comments