diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfe8e14..7a59a45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # A tool (and pre-commit hook) to automatically add trailing commas to calls and literals. args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade # A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.