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/pre-commit/pre-commit-hooks: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](codespell-project/codespell@v2.1.0...v2.3.0)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.35.1)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.1.0 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.1.0...0.2.3)
- https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck
- [github.com/rstcheck/rstcheck: master → v6.2.4](rstcheck/rstcheck@master...v6.2.4)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.11 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.11...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent a9c39da commit 20dc35c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: check-ast
exclude: \{\{cookiecutter.project_slug\}\}
Expand All @@ -26,29 +26,29 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.35.1
hooks:
- id: yamllint
args: [--format, parsable, --strict]

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.1.0
rev: 0.2.3
hooks:
- id: yamlfmt

- repo: https://github.com/myint/rstcheck
rev: master
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.4
hooks:
- id: rstcheck
exclude: /?docs/

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.11
rev: v1.5.5
hooks:
- id: forbid-tabs
exclude: (Makefile|make\.bat)

0 comments on commit 20dc35c

Please sign in to comment.