Skip to content

Commit 0d6819a

Browse files
committed
Makefile: Added cfengine format on this repo
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 27e4fb6 commit 0d6819a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ venv:
99
format: venv
1010
uv tool run black . --target-version py310
1111
prettier . --write
12+
uv run cfengine format ./
1213

1314
lint: venv
1415
uv tool run black --check . --fast
1516
uv tool run flake8 src/ --ignore=E203,W503,E722,E731 --max-complexity=100 --max-line-length=160
1617
uv tool run pyflakes src/
1718
uv tool run pyright src/
1819
uv run cfengine lint --strict=no ./
20+
uv run cfengine format --check
1921

2022
install:
2123
pipx install --force --editable .

0 commit comments

Comments
 (0)