Skip to content

Commit 0446fbe

Browse files
authored
Update dev dependencies; Ruff config (#141)
* Update dependencies; Remove removed ruff lints * Bump codecov action
1 parent 98a6598 commit 0446fbe

File tree

4 files changed

+249
-267
lines changed

4 files changed

+249
-267
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--log-level=DEBUG \
3232
--verbose
3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
verbose: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: poetry-check
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.8.1
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format

0 commit comments

Comments
 (0)