Skip to content

Commit 76b0f92

Browse files
committed
chore: update pre-commit
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 1b28714 commit 76b0f92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.13"
2828

2929
- run: pip install pre-commit
3030
- run: SKIP=mypy pre-commit run --all-files
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-python@v5
4141
with:
42-
python-version: "3.8"
42+
python-version: "3.13"
4343

4444
- run: pip install pre-commit
4545
- run: pre-commit run mypy --all-files

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.8
2+
python: python3.9
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,18 +20,18 @@ repos:
2020
- id: gitlint
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.17.1
23+
rev: v1.18.2
2424
hooks:
2525
- id: mypy
2626
exclude: ^(tests|benches)/.*$
2727
args: ["--ignore-missing-imports"]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.9
30+
rev: v0.13.1
3131
hooks:
3232
- id: ruff-format
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.9
35+
rev: v0.13.1
3636
hooks:
3737
- id: ruff

0 commit comments

Comments
 (0)