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

pre-commit: autoupdate.

parent fac98385
Branches
No related tags found
No related merge requests found
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0 rev: v5.0.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
...@@ -17,7 +17,7 @@ repos: ...@@ -17,7 +17,7 @@ repos:
exclude: \.diff$ exclude: \.diff$
- repo: https://github.com/codespell-project/codespell.git - repo: https://github.com/codespell-project/codespell.git
rev: v2.3.0 rev: v2.4.1
hooks: hooks:
- id: codespell - id: codespell
...@@ -47,12 +47,12 @@ repos: ...@@ -47,12 +47,12 @@ repos:
- id: yamltool - id: yamltool
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1 rev: v1.37.1
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.17 rev: 0.7.22
hooks: hooks:
- id: mdformat - id: mdformat
...@@ -62,7 +62,7 @@ repos: ...@@ -62,7 +62,7 @@ repos:
- id: shellcheck - id: shellcheck
- repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.5.1 rev: v0.5.2
hooks: hooks:
- id: shell-validate - id: shell-validate
- id: docker-compose - id: docker-compose
...@@ -73,7 +73,7 @@ repos: ...@@ -73,7 +73,7 @@ repos:
- id: hadolint - id: hadolint
- repo: https://github.com/ambv/black.git - repo: https://github.com/ambv/black.git
rev: 24.8.0 rev: 25.1.0
hooks: hooks:
- id: black - id: black
args: args:
...@@ -81,13 +81,13 @@ repos: ...@@ -81,13 +81,13 @@ repos:
--line-length=79 --line-length=79
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.13.2 rev: 6.0.1
hooks: hooks:
- id: isort - id: isort
args: ["--filter-files", "--profile", "black"] args: ["--filter-files", "--profile", "black"]
- repo: https://github.com/PyCQA/prospector.git - repo: https://github.com/PyCQA/prospector.git
rev: v1.10.3 rev: v1.16.1
hooks: hooks:
- id: prospector - id: prospector
args: args:
...@@ -114,7 +114,7 @@ repos: ...@@ -114,7 +114,7 @@ repos:
- pyroma - pyroma
- repo: https://github.com/pycqa/flake8.git - repo: https://github.com/pycqa/flake8.git
rev: 7.1.1 rev: 7.2.0
hooks: hooks:
- id: flake8 - id: flake8
args: args:
...@@ -130,16 +130,16 @@ repos: ...@@ -130,16 +130,16 @@ repos:
- flake8-warnings - flake8-warnings
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git
rev: v1.3.3 rev: v1.4.2
hooks: hooks:
- id: python-safety-dependencies-check - id: python-safety-dependencies-check
- repo: https://github.com/asottile/pyupgrade.git - repo: https://github.com/asottile/pyupgrade.git
rev: v3.17.0 rev: v3.19.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/PyCQA/docformatter.git - repo: https://github.com/PyCQA/docformatter.git
rev: v1.7.5 rev: v1.7.7
hooks: hooks:
- id: docformatter - id: docformatter
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment