diff --git a/.woodpecker.yml b/.woodpecker.yml index 353ad40..5fba412 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: lint-python: image: ghcr.io/astral-sh/ruff:0.15.10 commands: - - ruff check --output-format=concise services/ + - ruff check --output-format=concise . when: event: [push, pull_request]