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/rhysd/actionlint: v1.7.3 → v1.7.5](rhysd/actionlint@v1.7.3...v1.7.5)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21)
- [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.0](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.9...v0.8.4)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.383 → v1.1.391](kumaraditya303/mirrors-pyright@v1.1.383...v1.1.391)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent 12e4090 commit ce3a075
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.5
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -69,18 +69,18 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.14.0
rev: v0.17.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.383
rev: v1.1.391
hooks:
- id: pyright

Expand Down

0 comments on commit ce3a075

Please sign in to comment.