Skip to content

Commit efbdad5

Browse files
committed
Python 3.10 minimum required
1 parent 3505925 commit efbdad5

File tree

3 files changed

+246
-222
lines changed

3 files changed

+246
-222
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
rev: v3.15.2
1919
hooks:
2020
- id: pyupgrade
21-
args: [ "--py310-plus", "--keep-runtime-typing" ]
21+
args: [ "--py310-plus" ]
2222

2323
- repo: https://github.com/psf/black
2424
rev: 24.4.2

0 commit comments

Comments
 (0)