Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
rev: v0.11.8
hooks:
- id: ruff
args: [--fix]
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/python-poetry/poetry
rev: "2.1.1"
rev: "2.1.3"
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading