Skip to content

Commit 0026215

Browse files
committed
Replace py39 with py311 in pre-commit config
1 parent 97352d7 commit 0026215

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
@@ -33,22 +33,22 @@ repos:
3333
hooks:
3434
- id: pyupgrade
3535
args:
36-
- "--py39-plus"
36+
- "--py311-plus"
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
rev: "v0.13.3"
4040
hooks:
4141
- id: ruff-check
4242
args:
4343
- --fix-only
44-
- --target-version=py39
44+
- --target-version=py311
4545

4646
- repo: https://github.com/psf/black-pre-commit-mirror
4747
rev: 25.9.0
4848
hooks:
4949
- id: black
5050
args:
51-
- --target-version=py39
51+
- --target-version=py311
5252

5353
- repo: https://github.com/pycqa/isort
5454
rev: 6.1.0

0 commit comments

Comments
 (0)