mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-26 12:00:06 +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:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
args: ['--config', './contrib/codespell.cfg', --write-changes]
|
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
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.38.0
|
rev: v0.38.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue