diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index f2ad5dc..ca4facd 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -11,7 +11,7 @@ steps: commands: - ansible-later environment: - FORCE_COLOR: 1 + FORCE_COLOR: "1" - name: python-format image: docker.io/python:3.12 @@ -19,7 +19,7 @@ steps: - pip install -qq ruff - ruff format --check --diff . environment: - PY_COLORS: 1 + PY_COLORS: "1" - name: python-lint image: docker.io/python:3.12 @@ -27,4 +27,4 @@ steps: - pip install -qq ruff - ruff . environment: - PY_COLORS: 1 + PY_COLORS: "1"