Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.12...v1.5.4)
- [github.com/adrienverge/yamllint.git: v1.27.1 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.33.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
1 parent 208591e commit eb01195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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: |
Expand All @@ -58,7 +58,7 @@ repos:
)
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.1.12
rev: v1.5.4
hooks:
- id: remove-tabs

Expand All @@ -68,7 +68,7 @@ repos:
- id: forbid-html-img-without-alt-text

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.33.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down

0 comments on commit eb01195

Please sign in to comment.