Skip to content

Commit cece051

Browse files
Pin pyupgrade to Python 3.13 to fix crash on 3.14 alpha
1 parent d6c7ad8 commit cece051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ repos:
103103
hooks:
104104
- id: pyupgrade
105105
args: ['--py37-plus']
106+
language_version: python3.13
106107
- repo: https://github.com/PyCQA/flake8
107108
rev: '7.3.0'
108109
hooks:

0 commit comments

Comments
 (0)