[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 → 895ebb389825c29bd4e0addcf7579d6c69d199cc](89c421dff2...895ebb3898)
- [github.com/python-poetry/poetry: f03d8f98781934df7910be5b6c14756e047ef432 → bd500dd3bdfaec3de6894144c9cedb3a9358be84](f03d8f9878...bd500dd3bd)
This commit is contained in:
pre-commit-ci[bot] 2025-02-10 23:15:01 +00:00 committed by GitHub
parent c893aa3fd1
commit e9f85f950f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "89c421dff2e1026ba12cdb9ebd731f4a83aa8021" # frozen: v0.8.6
rev: "895ebb389825c29bd4e0addcf7579d6c69d199cc" # frozen: v0.9.6
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: "f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
rev: "bd500dd3bdfaec3de6894144c9cedb3a9358be84" # frozen: 2.0.1
hooks:
- id: poetry-check
args: ["--lock"]