diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db93fcde..9423508f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ exclude: )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: no-commit-to-branch args: [--branch, main] @@ -40,7 +40,7 @@ repos: - id: check-shebang-scripts-are-executable # - id: check-toml - repo: https://github.com/adrienverge/yamllint.git - rev: v1.23.0 + rev: v1.33.0 hooks: - id: yamllint args: [-c, .yamllint] @@ -55,7 +55,7 @@ repos: # hooks: # - id: black - repo: https://github.com/fsouza/autoflake8 - rev: v0.3.1 + rev: v0.4.1 hooks: - id: autoflake8 - repo: https://github.com/PyCQA/flake8