Skip to content

Commit 9f9f4e2

Browse files
committed
update pre-commit to support python 3.14
1 parent 9686fbd commit 9f9f4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ci:
99
submodules: false
1010
repos:
1111
- repo: https://github.com/renovatebot/pre-commit-hooks
12-
rev: 41.173.1
12+
rev: 42.39.4
1313
hooks:
1414
- id: renovate-config-validator
1515
- repo: https://github.com/eslint/eslint
16-
rev: v9.39.1
16+
rev: v10.0.0-alpha.1
1717
hooks:
1818
- id: eslint
1919
args:
@@ -60,4 +60,4 @@ repos:
6060
rev: 25.12.0
6161
hooks:
6262
- id: black
63-
language_version: python3.13
63+
language_version: python3.14

0 commit comments

Comments
 (0)