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