diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa494db..9e5aaf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: exclude: ^etc/xdg/autorandr/default - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck args: [-x] @@ -25,6 +25,6 @@ repos: args: ["--indent=4"] - repo: https://github.com/hhatto/autopep8 - rev: v2.1.0 + rev: v2.3.2 hooks: - id: autopep8