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.6.2 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.2...v0.6.4)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
- [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.3](tox-dev/pyproject-fmt@2.2.1...2.2.3)
- [github.com/RobertCraigie/pyright-python: v1.1.377 → v1.1.379](RobertCraigie/pyright-python@v1.1.377...v1.1.379)
- [github.com/crate-ci/typos: v1.24.1 → v1.24.5](crate-ci/typos@v1.24.1...v1.24.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent a4803a0 commit e4bc7b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.6.2
rev: v0.6.4
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.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -88,13 +88,13 @@ repos:
- id: actionlint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
rev: "2.2.3"
hooks:
- id: pyproject-fmt
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.377
rev: v1.1.379
hooks:
- id: pyright
additional_dependencies:
Expand Down Expand Up @@ -127,7 +127,7 @@ repos:
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.24.1
rev: v1.24.5
hooks:
- id: typos

Expand Down

0 comments on commit e4bc7b8

Please sign in to comment.