chore(pre-commit): simplify hooks
All checks were successful
build / build (push) Successful in 58s

This commit is contained in:
张泊明518370910136 2024-10-19 06:23:00 -04:00
parent ce2219d074
commit e17fe17fdf
GPG Key ID: D47306D7062CDA9D

View File

@ -50,11 +50,11 @@ repos:
rev: 24.8.0
hooks:
- id: black
- repo: local
hooks:
- id: pytest-check
name: pytest-check
entry: pdm run pytest
language: system
pass_filenames: false
always_run: true
# - repo: local
# hooks:
# - id: pytest-check
# name: pytest-check
# entry: pdm run test
# language: system
# pass_filenames: false
# always_run: true