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 960f9a5 + 66e6fc9 commit 95b5180Copy full SHA for 95b5180
.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.3
+ uses: codecov/codecov-action@v5.5.0
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.12.9'
+ rev: 'v0.12.10'
21
hooks:
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
0 commit comments