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
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ repos:
stages: [pre-commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
<<<<<<< HEAD
rev: v0.12.11
=======
rev: v0.13.0
>>>>>>> 09b2586 ([pre-commit.ci] pre-commit autoupdate (#2072))
hooks:
- id: ruff
stages: [pre-commit]
Expand Down Expand Up @@ -65,7 +69,7 @@ repos:
- id: gitleaks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.18.1
hooks:
- id: mypy
exclude: "test_(.*).py$"
Expand Down