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/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.1...v0.3.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent c8c2294 commit f9cfcc6
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 @@ -17,7 +17,7 @@ repos:
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 @@ -36,11 +36,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.3.5
hooks:
- id: ruff
args:
Expand Down

0 comments on commit f9cfcc6

Please sign in to comment.