Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.11.8"
rev: "v0.11.13"
hooks:
- id: ruff
types: [file, python]
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
types: [file, python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.15.0'
rev: 'v1.16.0'
hooks:
- id: mypy
exclude: 'noxfile\.py|docs/conf\.py'
Expand Down
Loading