From 61f6e2d8e02f2ceec24f49809963cbfed5b5c0fe Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 14 May 2025 15:53:40 +0300 Subject: [PATCH] pre-commit: autoupdate. --- .pre-commit-config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebfc5a2..ad67938 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.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -17,7 +17,7 @@ repos: exclude: \.diff$ - repo: https://github.com/codespell-project/codespell.git - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell @@ -47,12 +47,12 @@ repos: - id: yamltool - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat.git - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat @@ -62,7 +62,7 @@ repos: - id: shellcheck - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - rev: v0.5.1 + rev: v0.5.2 hooks: - id: shell-validate - id: docker-compose @@ -73,7 +73,7 @@ repos: - id: hadolint - repo: https://github.com/ambv/black.git - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black args: @@ -81,13 +81,13 @@ repos: --line-length=79 - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ["--filter-files", "--profile", "black"] - repo: https://github.com/PyCQA/prospector.git - rev: v1.10.3 + rev: v1.16.1 hooks: - id: prospector args: @@ -114,7 +114,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 args: @@ -130,16 +130,16 @@ repos: - flake8-warnings - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git - rev: v1.3.3 + rev: v1.4.2 hooks: - id: python-safety-dependencies-check - repo: https://github.com/asottile/pyupgrade.git - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/docformatter.git - rev: v1.7.5 + rev: v1.7.7 hooks: - id: docformatter -- GitLab