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