Skip to content

Commit ba0c24b

Browse files
authored
Update .pre-commit-config.yaml (#3015)
Remove `pyupgrade`. This is meanwhile covered by `ruff` (UP).
1 parent 2717020 commit ba0c24b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ repos:
2727
- --config
2828
- python/sdist/pyproject.toml
2929

30-
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.21.0
32-
hooks:
33-
- id: pyupgrade
34-
args: ["--py310-plus"]
35-
3630
exclude: '^(ThirdParty|models)/'

0 commit comments

Comments
 (0)