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

pre-commit: Autoupdate hooks.

parent 29a5c774
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.2.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
...@@ -10,25 +10,25 @@ repos: ...@@ -10,25 +10,25 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets - repo: https://github.com/Yelp/detect-secrets
rev: v1.2.0 rev: v1.5.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.26.3 rev: v1.35.1
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/amperser/proselint/ - repo: https://github.com/amperser/proselint/
rev: 0.10.2 rev: 0.14.0
hooks: hooks:
- id: proselint - id: proselint
types: [plain-text] types: [plain-text]
exclude: LICENSE exclude: LICENSE
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 22.3.0 rev: 24.10.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: v6.1.1 rev: v6.2.4
hooks: hooks:
- id: rstcheck - id: rstcheck
- repo: https://github.com/PyCQA/prospector - repo: https://github.com/PyCQA/prospector
rev: v1.9.0 rev: v1.13.3
hooks: hooks:
- id: prospector - id: prospector
args: args:
...@@ -74,7 +74,7 @@ repos: ...@@ -74,7 +74,7 @@ repos:
- pyroma - pyroma
- repo: https://github.com/pycqa/flake8.git - repo: https://github.com/pycqa/flake8.git
rev: 3.9.2 rev: 7.1.1
hooks: hooks:
- id: flake8 - id: flake8
args: args:
...@@ -84,11 +84,11 @@ repos: ...@@ -84,11 +84,11 @@ repos:
- flake8-bugbear - flake8-bugbear
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.7.14 rev: 0.7.19
hooks: hooks:
- id: mdformat - id: mdformat
- repo: https://github.com/codespell-project/codespell.git - repo: https://github.com/codespell-project/codespell.git
rev: v2.1.0 rev: v2.3.0
hooks: hooks:
- id: codespell - id: codespell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment