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/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.2](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.2)
- [github.com/rhysd/actionlint: v1.7.3 → v1.7.7](rhysd/actionlint@v1.7.3...v1.7.7)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](hukkin/mdformat@0.7.18...0.7.21)
- [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.2)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.2](astral-sh/ruff-pre-commit@v0.6.9...v0.9.2)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.384 → v1.1.392](kumaraditya303/mirrors-pyright@v1.1.384...v1.1.392)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 98e3e25 commit accf220
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 @@ -39,23 +39,23 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.1.2
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.3
rev: v1.7.7
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.18
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.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.9.2
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.384
rev: v1.1.392
hooks:
- id: pyright

Expand Down

0 comments on commit accf220

Please sign in to comment.