We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f426180 commit 1e8ec8eCopy full SHA for 1e8ec8e
.github/workflows/tests.yml
@@ -175,4 +175,4 @@ jobs:
175
nox --session=coverage -- xml
176
177
- name: Upload coverage report
178
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
.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.12.11
+ rev: v0.12.12
31
hooks:
32
# Run the linter.
33
- id: ruff
0 commit comments