Skip to content
Snippets Groups Projects
Commit 61f6e2d8 authored by nimrod's avatar nimrod
Browse files

pre-commit: autoupdate.

parent fac98385
No related branches found
No related tags found
No related merge requests found
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment