diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b4390c..f5800aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: name: Checking for potential passwords exclude: .*json-conv.deps.json$ - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.14.0 hooks: - id: pyupgrade name: Upgrade previous versioned Python syntax to newer version