diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f120f8dcc..1c78249a9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,4 @@ repos: - --config - python/sdist/pyproject.toml -- repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 - hooks: - - id: pyupgrade - args: ["--py310-plus"] - exclude: '^(ThirdParty|models)/'