From 4d44d1ba9d7f8be324b266dc04796844f18a4693 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 29 Nov 2024 23:17:48 +0200 Subject: [PATCH] pre-commit: Autoupdate hooks. --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80cfe58..a24e3de 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.2.0 + rev: v5.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -10,25 +10,25 @@ repos: - id: trailing-whitespace - repo: https://github.com/Yelp/detect-secrets - rev: v1.2.0 + rev: v1.5.0 hooks: - id: detect-secrets exclude: Pipfile\.lock|\.rst$ - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.35.1 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/ambv/black - rev: 22.3.0 + rev: 24.10.0 hooks: - id: black args: @@ -42,12 +42,12 @@ repos: args: [--allow-raw] - repo: https://github.com/myint/rstcheck.git - rev: v6.1.1 + rev: v6.2.4 hooks: - id: rstcheck - repo: https://github.com/PyCQA/prospector - rev: v1.9.0 + rev: v1.13.3 hooks: - id: prospector args: @@ -74,7 +74,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git - rev: 3.9.2 + rev: 7.1.1 hooks: - id: flake8 args: @@ -84,11 +84,11 @@ repos: - flake8-bugbear - repo: https://github.com/executablebooks/mdformat.git - rev: 0.7.14 + rev: 0.7.19 hooks: - id: mdformat - repo: https://github.com/codespell-project/codespell.git - rev: v2.1.0 + rev: v2.3.0 hooks: - id: codespell -- GitLab