Skip to content

Commit 80b3c14

Browse files
committed
chore: update pre-commit
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 490650a commit 80b3c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v6
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@v6
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.8
2+
python: python3.13
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)