diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37e96887..6c497734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: "v3.13.0" + rev: "v3.14.0" hooks: - id: pyupgrade args: ["--py310-plus"]