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/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.0...v0.9.2)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7)
- [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.392.post0](RobertCraigie/pyright-python@v1.1.389...v1.1.392.post0)
- [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
- [github.com/crate-ci/typos: v1.28.0 → dictgen-v0.3.1](crate-ci/typos@v1.28.0...dictgen-v0.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 96b62c8 commit 32a9be5
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 @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.9.2
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand All @@ -60,7 +60,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -83,7 +83,7 @@ repos:
- --write

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.7
hooks:
- id: actionlint

Expand All @@ -94,7 +94,7 @@ repos:
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.389
rev: v1.1.392.post0
hooks:
- id: pyright
additional_dependencies:
Expand All @@ -110,7 +110,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -127,7 +127,7 @@ repos:
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.28.0
rev: dictgen-v0.3.1
hooks:
- id: typos

Expand Down

0 comments on commit 32a9be5

Please sign in to comment.