upd pre-commit config

This commit is contained in:
onyx-and-iris 2026-03-21 14:23:49 +00:00
parent f8fc84b2be
commit 99b8d0e45c

View File

@ -2,6 +2,11 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.3.0
hooks: hooks:
- id: check-ast
- id: check-case-conflict
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pdm-project/pdm
rev: 2.26.6
hooks:
- id: pdm-lock-check