diff options
| author | Michael Grote | 2024-05-08 14:20:37 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:20:37 +0200 |
| commit | fb9d6985a610a118b3f321e7c0e9567842c2723e (patch) | |
| tree | f505cf726025f8a973aae555a21cd1c868f163fc /.woodpecker/lint.yml | |
| parent | 4ae120177754ff4ea5403247caf592ad36b01622 (diff) | |
f
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index eb9c265..db48158 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: pylint: image: wpengine/pylint:terraform-1.8.2 commands: - - pip install --no-cache-dir --break-system-packages -r requirements.txt + - pip install --no-cache-dir -r requirements.txt - pylint app.py when: - event: [push, pull_request] |