Skip to content
Open
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: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
name: black
Expand DownExpand Up@@ -48,7 +48,7 @@ repos:
args: [--py310-plus]

- repo: https://github.com/PyCQA/isort
rev: 8.0.1
rev: 9.0.0b5
hooks:
- id: isort
name: isort (python)
Expand DownExpand Up@@ -88,7 +88,7 @@ repos:
additional_dependencies: [".[toml]"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.0
rev: v2.3.1
hooks:
- id: mypy
language_version: python3.12
Expand Down