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/DavidAnson/markdownlint-cli2: v0.12.1 β†’ v0.13.0](DavidAnson/markdownlint-cli2@v0.12.1...v0.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 β†’ v0.4.1](astral-sh/ruff-pre-commit@v0.2.1...v0.4.1)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.350 β†’ v1.1.359](kumaraditya303/mirrors-pyright@v1.1.350...v1.1.359)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent 3cbf823 commit 4ec556a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: ^templates/.*

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: fix-byte-order-marker
Expand Down Expand Up @@ -69,18 +69,18 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.12.1
rev: v0.13.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.4.1
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.350
rev: v1.1.359
hooks:
- id: pyright

Expand Down

0 comments on commit 4ec556a

Please sign in to comment.