From aa747a0bec3618185a732a6aabae13a26855438b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 12 Oct 2024 22:10:15 +0300 Subject: [PATCH] pre-commit: autoupdate hooks. Some hooks fail to install. --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9fb87a..01defe8 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 - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -20,25 +20,25 @@ repos: - id: yamltool - repo: https://github.com/adrienverge/yamllint - rev: v1.29.0 + rev: v1.35.1 hooks: - id: yamllint - repo: https://github.com/amperser/proselint/ - rev: 0.13.0 + rev: 0.14.0 hooks: - id: proselint types: [plain-text] exclude: LICENSE - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--filter-files", "--profile", "black"] - repo: https://github.com/ambv/black - rev: 23.1.0 + rev: 24.10.0 hooks: - id: black exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin @@ -47,7 +47,7 @@ repos: --line-length=79 - repo: https://github.com/PyCQA/prospector - rev: v1.8.4 + rev: v1.12.1 hooks: - id: prospector exclude: *excluded_pythonscripts @@ -75,7 +75,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 exclude: *excluded_pythonscripts @@ -86,13 +86,13 @@ repos: - flake8-bugbear - repo: https://github.com/Yelp/detect-secrets.git - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock|npmrc - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - rev: v0.3.0 + rev: v0.5.1 hooks: - id: shell-validate exclude: &excluded_shellscripts |- @@ -102,7 +102,7 @@ repos: types: [text] - repo: https://github.com/shellcheck-py/shellcheck-py.git - rev: v0.9.0.2 + rev: v0.10.0.1 hooks: - id: shellcheck exclude: *excluded_shellscripts @@ -111,12 +111,12 @@ repos: types: [text] - repo: https://github.com/executablebooks/mdformat.git - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat - repo: https://gitlab.com/devopshq/gitlab-ci-linter - rev: v1.0.3 + rev: v1.0.6 hooks: - id: gitlab-ci-linter args: @@ -124,7 +124,7 @@ repos: - https://git.shore.co.il - repo: https://github.com/codespell-project/codespell.git - rev: v2.2.2 + rev: v2.3.0 hooks: - id: codespell exclude: \.local/share/applications/.*\.desktop -- GitLab