Skip to content
Merged
Show file tree
Hide file tree
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 @@ -4,7 +4,7 @@ ci:
- pytest
repos:
- repo: https://github.com/python-poetry/poetry
rev: 2.1.4
rev: 2.2.1
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -23,7 +23,7 @@ repos:
exclude: ^mkdocs\.yml$
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 25.1.0
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -32,10 +32,10 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.18.2
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12.20240808]
additional_dependencies: [types-pyyaml==6.0.12.20250915]
- repo: local
hooks:
- id: pytest
Expand Down
Loading
Loading