We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27fab4 + 0b89ea2 commit d892c14Copy full SHA for d892c14
2 files changed
.github/workflows/lint.yml
@@ -28,8 +28,7 @@ jobs:
28
python -m pip install uv
29
- name: Setup
30
run: |
31
- uv venv
32
- uv sync
+ uv sync --frozen
33
- name: Check formatting with black
34
35
uv tool run black --check .
src/cfengine_cli/docs.py
@@ -18,7 +18,6 @@
18
from cfengine_cli.lint import lint_policy_file
19
from cfengine_cli.utils import UserError
20
21
-
22
IGNORED_DIRS = [".git"]
23
24
0 commit comments