diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d598acd..8e07683 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: name: Running isort in all files. - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-ast name: Check if python files are valid syntax for the ast parser