Skip to content

Commit cb3f556

Browse files
committed
move pyupgrade before black
1 parent 621cd56 commit cb3f556

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ repos:
77
- id: check-toml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10+
- repo: https://github.com/asottile/pyupgrade
11+
rev: v3.15.0
12+
hooks:
13+
- id: pyupgrade
14+
args: [--py38-plus]
1015
- repo: https://github.com/psf/black
1116
rev: 23.9.1
1217
hooks:
@@ -43,8 +48,3 @@ repos:
4348
hooks:
4449
- id: mypy
4550
exclude: tests/
46-
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.15.0
48-
hooks:
49-
- id: pyupgrade
50-
args: [--py38-plus]

0 commit comments

Comments
 (0)