mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
ci: Add python code style check to the pre-commit test
This commit is contained in:
parent
2b371cc290
commit
52bfd8d924
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue