Compare commits
2 commits
0d140bfc21
...
b8e2023098
Author | SHA1 | Date | |
---|---|---|---|
b8e2023098 | |||
3c3f37bdc4 |
2 changed files with 2 additions and 3 deletions
|
@ -41,7 +41,7 @@ repos:
|
|||
rev: v1.32.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
|
||||
ignore: .github/
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.7.1
|
||||
hooks:
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
steps:
|
||||
test-precommit:
|
||||
group: test
|
||||
image: brenard/python-pre-commit
|
||||
commands:
|
||||
- python3 -m pip install --break-system-packages debian-parser requests urllib3
|
||||
- python3 -m pip install debian-parser requests urllib3
|
||||
- pre-commit run --all-files
|
||||
|
|
Loading…
Reference in a new issue