diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a9a2d6..d6c598c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,8 +55,3 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - id: text-unicode-replacement-char - - repo: https://github.com/asottile/pyupgrade - rev: v3.21.2 - hooks: - - id: pyupgrade - args: [--py310-plus]