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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.4.5](astral-sh/ruff-pre-commit@v0.1.1...v0.4.5)
  • Loading branch information
pre-commit-ci[bot] authored May 27, 2024
1 parent c8c2294 commit be43b85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ ci:
autoupdate_comit_msg: 'chore: pre-commit autoupdate'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
entry: codespell -I .codespell-ignore-words.txt
exclude: ^test/data/.*$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/rstcheck/rstcheck
Expand All @@ -28,19 +28,19 @@ repos:
- sphinx
- tomli
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
entry: codespell -I .codespell-ignore-words.txt
exclude: ^test/data/.*$
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.4.5
hooks:
- id: ruff
args:
Expand Down

0 comments on commit be43b85

Please sign in to comment.