diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7dfdc474a..dac6b9e521 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: types: [] files: '^.*\.(pacscript|sh)$' - repo: https://github.com/maxwinterstein/shfmt-py - rev: v3.12.0.1 + rev: v4.0.0 hooks: - id: shfmt args: ["-i", "2", "-bn", "-ci", "-sr", "-s", "-w"]