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

pre-commit autoupdate.

parent 9af38ac6
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: v3.4.0 rev: v4.2.0
hooks: hooks:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-merge-conflict - id: check-merge-conflict
...@@ -10,13 +10,13 @@ repos: ...@@ -10,13 +10,13 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets - repo: https://github.com/Yelp/detect-secrets
rev: v0.14.3 rev: v1.2.0
hooks: hooks:
- id: detect-secrets - id: detect-secrets
exclude: Pipfile\.lock|\.rst$ exclude: Pipfile\.lock|\.rst$
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.25.0 rev: v1.26.3
hooks: hooks:
- id: yamllint - id: yamllint
...@@ -28,7 +28,7 @@ repos: ...@@ -28,7 +28,7 @@ repos:
exclude: LICENSE exclude: LICENSE
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 20.8b1 rev: 22.3.0
hooks: hooks:
- id: black - id: black
args: args:
...@@ -42,12 +42,12 @@ repos: ...@@ -42,12 +42,12 @@ repos:
args: [--allow-raw] args: [--allow-raw]
- repo: https://github.com/myint/rstcheck.git - repo: https://github.com/myint/rstcheck.git
rev: master rev: v5.0.0
hooks: hooks:
- id: rstcheck - id: rstcheck
- repo: https://github.com/PyCQA/prospector - repo: https://github.com/PyCQA/prospector
rev: 1.3.1 rev: 1.7.7
hooks: hooks:
- id: prospector - id: prospector
args: args:
...@@ -74,7 +74,7 @@ repos: ...@@ -74,7 +74,7 @@ repos:
- pyroma - pyroma
- repo: https://gitlab.com/pycqa/flake8.git - repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.4 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
args: args:
...@@ -84,7 +84,7 @@ repos: ...@@ -84,7 +84,7 @@ repos:
- flake8-bugbear - flake8-bugbear
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.9 rev: 0.7.14
hooks: hooks:
- id: mdformat - id: mdformat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment