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 rev: 24.8.0
hooks: hooks:
- id: black - id: black
- repo: local # - repo: local
hooks: # hooks:
- id: pytest-check # - id: pytest-check
name: pytest-check # name: pytest-check
entry: pdm run pytest # entry: pdm run test
language: system # language: system
pass_filenames: false # pass_filenames: false
always_run: true # always_run: true