2024-01-22 00:27:07 +01:00
|
|
|
---
|
|
|
|
steps:
|
|
|
|
test-precommit:
|
|
|
|
image: brenard/python-pre-commit
|
2022-05-02 16:14:11 +02:00
|
|
|
commands:
|
2024-01-22 00:27:07 +01:00
|
|
|
- python3 -m pip install --break-system-packages debian-parser requests urllib3
|
|
|
|
- pre-commit run --all-files
|