aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml2
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]