summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0309b312..96c96120 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/pydocstyle.git
- rev: 6.2.2
+ rev: 6.3.0
hooks:
- id: pydocstyle
exclude: |
@@ -51,7 +51,7 @@ repos:
)
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
- rev: v1.1.12
+ rev: v1.5.1
hooks:
- id: remove-tabs
@@ -61,7 +61,7 @@ repos:
- id: forbid-html-img-without-alt-text
- repo: https://github.com/adrienverge/yamllint.git
- rev: v1.27.1
+ rev: v1.31.0
hooks:
- id: yamllint
files: \.(yaml|yml)$