diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a85ab79..3d61e4e 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.3.0 + rev: v4.4.0 hooks: - id: check-ast name: Check if python files are valid syntax for the ast parser