diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index beb0e7d..06b82cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Adds a standard feel to import segments, adds future annotations - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: @@ -26,7 +26,7 @@ repos: # Automatically upgrade syntax to newer versions - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: