mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-02-12 04:53:28 +00:00
Add a lint job to the Launchpad CI pipeline that runs mypy, black, and flake8 on the new Python code (gen-iso-ids, isobuild, isobuilder).
13 lines
165 B
YAML
13 lines
165 B
YAML
pipeline:
|
|
- [lint]
|
|
|
|
jobs:
|
|
lint:
|
|
series: noble
|
|
architectures: amd64
|
|
packages:
|
|
- black
|
|
- mypy
|
|
- python3-flake8
|
|
run: ./check-lint
|