ci: Add python code style check to the pre-commit test

This commit is contained in:
Kate Hsuan 2025-01-07 14:54:23 +08:00
parent 2b371cc290
commit 52bfd8d924

View file

@ -29,6 +29,10 @@ repos:
hooks:
- id: codespell
args: ['--config', './contrib/codespell.cfg', --write-changes]
- repo: https://github.com/ambv/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
hooks: