Skip to content

Commit 5e4e074

Browse files
committed
bump tests & CI actions
1 parent e4752da commit 5e4e074

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
print("\0".join(c["project"]["dependencies"] + c["project"]["optional-dependencies"]["dev"]), end="")' \
6767
| xargs -0 pip install
6868
- run: pytest
69-
- uses: codecov/codecov-action@v4
69+
- uses: codecov/codecov-action@v5
7070
- name: compile -Wall
7171
run: |
7272
git clean -Xdf
@@ -99,7 +99,7 @@ jobs:
9999
print("\0".join(c["project"]["dependencies"] + c["project"]["optional-dependencies"]["dev"]), end="")' \
100100
| xargs -0 pip install
101101
- run: pytest
102-
- uses: codecov/codecov-action@v4
102+
- uses: codecov/codecov-action@v5
103103
- name: compile -Wall
104104
run: |
105105
git clean -Xdf

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 6.1.0
29+
rev: 7.2.0
3030
hooks:
3131
- id: flake8
3232
args: [-j8]
@@ -39,18 +39,18 @@ repos:
3939
- flake8-pyproject
4040
- flake8-string-format
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.7.1
42+
rev: v1.15.0
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [types-setuptools]
4646
- repo: https://github.com/google/yapf
47-
rev: v0.40.2
47+
rev: v0.43.0
4848
hooks:
4949
- id: yapf
5050
args: [-i]
5151
additional_dependencies: [toml]
5252
- repo: https://github.com/PyCQA/isort
53-
rev: 5.12.0
53+
rev: 6.0.1
5454
hooks:
5555
- id: isort
5656
- repo: https://github.com/doublify/pre-commit-clang-format

0 commit comments

Comments
 (0)