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/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.2...v0.9.3)
- [github.com/RobertCraigie/pyright-python: v1.1.390 → v1.1.392.post0](RobertCraigie/pyright-python@v1.1.390...v1.1.392.post0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 40d191f commit 927e9ae
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 @@ -45,7 +45,7 @@ repos:
# files: .pre-commit-config.yaml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
name: mypy
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
args: ["--skip-magic-trailing-comma"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- args:
- --py38-plus
Expand Down Expand Up @@ -135,7 +135,7 @@ repos:
# C901 function is too complex # for iter_at_depth
# PLR0912 too many branches # for iter_at_depth
#
rev: 'v0.8.2'
rev: 'v0.9.3'
hooks:
- id: ruff
exclude: "tests"
Expand All @@ -147,6 +147,6 @@ repos:

# reads pyproject.toml for additional config
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.390
rev: v1.1.392.post0
hooks:
- id: pyright

0 comments on commit 927e9ae

Please sign in to comment.