diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51c6bb9a83a8e1e4f866a7d3238cccc6946a4530..d245684bf9a705da99b92987c0c2af6a8c11773b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -10,40 +10,40 @@ repos: - id: trailing-whitespace - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.5.0 hooks: - id: detect-secrets - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.37.0 hooks: - id: yamllint - repo: https://github.com/amperser/proselint/ - rev: 0.10.2 + rev: 0.14.0 hooks: - id: proselint types: [plain-text] exclude: LICENSE - repo: https://github.com/executablebooks/mdformat.git - rev: 0.7.10 + rev: 0.7.22 hooks: - id: mdformat - repo: https://github.com/shellcheck-py/shellcheck-py.git - rev: v0.7.2.1 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git/ - rev: v0.2.0 + rev: v0.5.2 hooks: - id: shell-validate - id: docker-compose - repo: https://gitlab.com/devopshq/gitlab-ci-linter - rev: v1.0.4 + rev: v1.0.6 hooks: - id: gitlab-ci-linter args: @@ -51,12 +51,12 @@ repos: - https://git.shore.co.il - repo: https://github.com/AleksaC/hadolint-py.git - rev: v2.7.0 + rev: v2.12.1b3 hooks: - id: hadolint - repo: https://github.com/ambv/black - rev: 21.9b0 + rev: 25.1.0 hooks: - id: black args: @@ -64,7 +64,7 @@ repos: --line-length=79 - repo: https://github.com/PyCQA/prospector - rev: 1.5.1 + rev: v1.16.1 hooks: - id: prospector args: @@ -91,7 +91,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git - rev: 3.9.2 + rev: 7.2.0 hooks: - id: flake8 args: @@ -101,6 +101,6 @@ repos: - flake8-bugbear - repo: https://github.com/codespell-project/codespell.git - rev: v2.1.0 + rev: v2.4.1 hooks: - id: codespell