Skip to content

Commit 3b5b7b3

Browse files
[pre-commit.ci] pre-commit autoupdate (#201)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) * update codecov action * remove typer constraint * undo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent a74a5d0 commit 3b5b7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: show coverage
4343
run: coverage-rich report
4444
- name: upload coverage
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
fail_ci_if_error: true
4848
token: c66a2830-d3c7-4ae7-a230-21aef89dcf65

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.7
7+
rev: v0.9.9
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)