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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/rhysd/actionlint: v1.7.1 → v1.7.4](rhysd/actionlint@v1.7.1...v1.7.4)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](executablebooks/mdformat@0.7.17...0.7.19)
- [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.15.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.1...v0.7.4)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.376 → v1.1.389](kumaraditya303/mirrors-pyright@v1.1.376...v1.1.389)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent 03ff5ce commit 2eeaf64
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.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: fix-byte-order-marker
Expand Down Expand Up @@ -38,23 +38,23 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.3
rev: 3.0.3
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: check-mailmap
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.4
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.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -68,18 +68,18 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.7.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.376
rev: v1.1.389
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit 2eeaf64

Please sign in to comment.