summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-24 20:17:53 +0000
committerGitHub <noreply@github.com>2023-04-24 20:17:53 +0000
commit2f6862431b675cd2315d68eecc9e76bc5d949759 (patch)
tree52278ef513133b4c9bcc4fce139ddec8e3fe175d
parent4febc2c008db9a6b0d137ff3ed8de117a19d5159 (diff)
downloadcherrypy-git-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/PyCQA/pydocstyle.git: 6.2.2 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.2.2...6.3.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.12 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.12...v1.5.1) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.31.0)
-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)$