Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
python -m pip install uv
- name: Setup
run: |
uv venv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@victormlg Did you try adding --clear as the error message suggests?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@victormlg AFAICT this is editing the wrong file. lint has been green, the one that needed help was test.yml.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted and fixed in #19

uv sync
uv sync --frozen
- name: Check formatting with black
run: |
uv tool run black --check .
Expand Down
1 change: 0 additions & 1 deletion src/cfengine_cli/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from cfengine_cli.lint import lint_policy_file
from cfengine_cli.utils import UserError


IGNORED_DIRS = [".git"]


Expand Down
Loading