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

pre-commit: autoupdate hooks.

Some hooks fail to install.
parent cede124f
No related branches found
No related tags found
No related merge requests found
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v5.0.0
hooks: hooks:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-merge-conflict - id: check-merge-conflict
...@@ -20,25 +20,25 @@ repos: ...@@ -20,25 +20,25 @@ repos:
- id: yamltool - id: yamltool
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.29.0 rev: v1.35.1
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/amperser/proselint/ - repo: https://github.com/amperser/proselint/
rev: 0.13.0 rev: 0.14.0
hooks: hooks:
- id: proselint - id: proselint
types: [plain-text] types: [plain-text]
exclude: LICENSE exclude: LICENSE
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
args: ["--filter-files", "--profile", "black"] args: ["--filter-files", "--profile", "black"]
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 23.1.0 rev: 24.10.0
hooks: hooks:
- id: black - id: black
exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin
...@@ -47,7 +47,7 @@ repos: ...@@ -47,7 +47,7 @@ repos:
--line-length=79 --line-length=79
- repo: https://github.com/PyCQA/prospector - repo: https://github.com/PyCQA/prospector
rev: v1.8.4 rev: v1.12.1
hooks: hooks:
- id: prospector - id: prospector
exclude: *excluded_pythonscripts exclude: *excluded_pythonscripts
...@@ -75,7 +75,7 @@ repos: ...@@ -75,7 +75,7 @@ repos:
- pyroma - pyroma
- repo: https://github.com/pycqa/flake8.git - repo: https://github.com/pycqa/flake8.git
rev: 6.0.0 rev: 7.1.1
hooks: hooks:
- id: flake8 - id: flake8
exclude: *excluded_pythonscripts exclude: *excluded_pythonscripts
...@@ -86,13 +86,13 @@ repos: ...@@ -86,13 +86,13 @@ repos:
- flake8-bugbear - flake8-bugbear
- repo: https://github.com/Yelp/detect-secrets.git - repo: https://github.com/Yelp/detect-secrets.git
rev: v1.4.0 rev: v1.5.0
hooks: hooks:
- id: detect-secrets - id: detect-secrets
exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock|npmrc exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock|npmrc
- repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.3.0 rev: v0.5.1
hooks: hooks:
- id: shell-validate - id: shell-validate
exclude: &excluded_shellscripts |- exclude: &excluded_shellscripts |-
...@@ -102,7 +102,7 @@ repos: ...@@ -102,7 +102,7 @@ repos:
types: [text] types: [text]
- repo: https://github.com/shellcheck-py/shellcheck-py.git - repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.9.0.2 rev: v0.10.0.1
hooks: hooks:
- id: shellcheck - id: shellcheck
exclude: *excluded_shellscripts exclude: *excluded_shellscripts
...@@ -111,12 +111,12 @@ repos: ...@@ -111,12 +111,12 @@ repos:
types: [text] types: [text]
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.16 rev: 0.7.17
hooks: hooks:
- id: mdformat - id: mdformat
- repo: https://gitlab.com/devopshq/gitlab-ci-linter - repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3 rev: v1.0.6
hooks: hooks:
- id: gitlab-ci-linter - id: gitlab-ci-linter
args: args:
...@@ -124,7 +124,7 @@ repos: ...@@ -124,7 +124,7 @@ repos:
- https://git.shore.co.il - https://git.shore.co.il
- repo: https://github.com/codespell-project/codespell.git - repo: https://github.com/codespell-project/codespell.git
rev: v2.2.2 rev: v2.3.0
hooks: hooks:
- id: codespell - id: codespell
exclude: \.local/share/applications/.*\.desktop exclude: \.local/share/applications/.*\.desktop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment