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

pre-commit auto-update.

parent f94dc663
No related branches found
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.3.0 rev: v4.4.0
hooks: hooks:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-json - id: check-json
...@@ -14,18 +14,18 @@ repos: ...@@ -14,18 +14,18 @@ repos:
exclude: \.diff$ exclude: \.diff$
- repo: https://github.com/codespell-project/codespell.git - repo: https://github.com/codespell-project/codespell.git
rev: v2.1.0 rev: v2.2.4
hooks: hooks:
- id: codespell - id: codespell
- repo: https://github.com/Yelp/detect-secrets.git - repo: https://github.com/Yelp/detect-secrets.git
rev: v1.2.0 rev: v1.4.0
hooks: hooks:
- id: detect-secrets - id: detect-secrets
exclude: ^daemon/settings\.json$ exclude: ^daemon/settings\.json$
- repo: https://github.com/amperser/proselint.git - repo: https://github.com/amperser/proselint.git
rev: 0.10.2 rev: 0.13.0
hooks: hooks:
- id: proselint - id: proselint
types: [plain-text] types: [plain-text]
...@@ -45,17 +45,17 @@ repos: ...@@ -45,17 +45,17 @@ repos:
- id: yamltool - id: yamltool
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1 rev: v1.32.0
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.14 rev: 0.7.16
hooks: hooks:
- id: mdformat - id: mdformat
- repo: https://github.com/shellcheck-py/shellcheck-py.git - repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.8.0.4 rev: v0.9.0.2
hooks: hooks:
- id: shellcheck - id: shellcheck
...@@ -66,12 +66,12 @@ repos: ...@@ -66,12 +66,12 @@ repos:
- id: docker-compose - id: docker-compose
- repo: https://github.com/AleksaC/hadolint-py.git - repo: https://github.com/AleksaC/hadolint-py.git
rev: v2.10.0 rev: v2.12.0.2
hooks: hooks:
- id: hadolint - id: hadolint
- repo: https://github.com/ambv/black.git - repo: https://github.com/ambv/black.git
rev: 22.6.0 rev: 23.3.0
hooks: hooks:
- id: black - id: black
args: args:
...@@ -79,13 +79,13 @@ repos: ...@@ -79,13 +79,13 @@ repos:
--line-length=79 --line-length=79
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.12.0
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: 1.7.7 rev: 1.10.2
hooks: hooks:
- id: prospector - id: prospector
args: args:
...@@ -112,7 +112,7 @@ repos: ...@@ -112,7 +112,7 @@ repos:
- pyroma - pyroma
- repo: https://github.com/pycqa/flake8.git - repo: https://github.com/pycqa/flake8.git
rev: 3.9.2 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
args: args:
...@@ -128,16 +128,16 @@ repos: ...@@ -128,16 +128,16 @@ repos:
- flake8-warnings - flake8-warnings
- repo: https://github.com/asottile/pyupgrade.git - repo: https://github.com/asottile/pyupgrade.git
rev: v2.37.1 rev: v3.4.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/hadialqattan/pycln.git - repo: https://github.com/hadialqattan/pycln.git
rev: v2.0.2 rev: v2.1.3
hooks: hooks:
- id: pycln - id: pycln
- repo: https://github.com/PyCQA/docformatter.git - repo: https://github.com/PyCQA/docformatter.git
rev: v1.4 rev: v1.7.1
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