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: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.14.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.5.4...v0.6.5)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.372 → v1.1.380](kumaraditya303/mirrors-pyright@v1.1.372...v1.1.380)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 28086bf commit f2c49a1
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 @@ -38,7 +38,7 @@ 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
Expand Down Expand Up @@ -68,18 +68,18 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.6.5
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.372
rev: v1.1.380
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit f2c49a1

Please sign in to comment.