diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de1e3c08..7bfc10fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 # Python 3.6 compatible + rev: v5.0.0 # Python 3.6 compatible hooks: # Python related checks - id: check-ast