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.
2 parents 1f41a53 + 28bc66d commit 629b12cCopy full SHA for 629b12c
.github/workflows/unit_tests.yml
@@ -72,7 +72,7 @@ jobs:
72
uv run pytest tests/test_imports.py
73
74
- name: Upload coverage to Codecov
75
- uses: codecov/codecov-action@v5.4.2
+ uses: codecov/codecov-action@v5.4.3
76
with:
77
token: ${{ secrets.CODECOV_TOKEN }}
78
file: ./coverage.xml
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: check-toml
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: 'v0.11.9'
+ rev: 'v0.11.10'
21
hooks:
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
0 commit comments