Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.0
rev: v1.17.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.1
rev: v3.20.0
hooks:
- args:
- --py39-plus
Expand Down Expand Up @@ -133,7 +133,7 @@ repos:
# C901 function is too complex # for iter_at_depth
# PLR0912 too many branches # for iter_at_depth
#
rev: 'v0.11.9'
rev: 'v0.12.7'
hooks:
- id: ruff
exclude: "tests"
Expand All @@ -145,6 +145,6 @@ repos:

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