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

Update the Pre-commit hooks.

parent 2fb4895e
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.2.0 rev: v4.3.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
- id: check-yaml - id: check-yaml
...@@ -41,7 +41,7 @@ repos: ...@@ -41,7 +41,7 @@ repos:
- id: yamltool - id: yamltool
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3 rev: v1.27.1
hooks: hooks:
- id: yamllint - id: yamllint
...@@ -56,7 +56,7 @@ repos: ...@@ -56,7 +56,7 @@ repos:
- id: hadolint - id: hadolint
- repo: https://github.com/ambv/black.git - repo: https://github.com/ambv/black.git
rev: 22.3.0 rev: 22.6.0
hooks: hooks:
- id: black - id: black
args: args:
...@@ -113,25 +113,20 @@ repos: ...@@ -113,25 +113,20 @@ 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.2.4 rev: v1.3.0
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: v2.32.0 rev: v2.37.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/hadialqattan/pycln.git - repo: https://github.com/hadialqattan/pycln.git
rev: v1.3.2 rev: v2.0.2
hooks: hooks:
- id: pycln - id: pycln
- repo: https://github.com/pycqa/pydocstyle.git
rev: 6.1.1
hooks:
- id: pydocstyle
- repo: https://github.com/PyCQA/docformatter.git - repo: https://github.com/PyCQA/docformatter.git
rev: v1.4 rev: v1.4
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment