diff options
| author | Matweb Bot | 2022-11-11 15:17:28 +0000 |
|---|---|---|
| committer | jfriedli | 2022-11-11 15:17:28 +0000 |
| commit | 9615fd426ce9237798f24b310dba20265cd3f263 (patch) | |
| tree | 2b4f9b45b3b5050731e78d5c58285a30ed325712 /.gitlab-ci.yml | |
| parent | 56b9b208c55f7022b9e58e3d9edc3b3467a3ae41 (diff) | |
RenovateBot: Update dependency @fullhuman/postcss-purgecss to v5
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa4ae6..b322ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -20,7 +20,7 @@ mypy: | |||
| 20 | - apt-get -qqy install --no-install-recommends python3-pip | 20 | - apt-get -qqy install --no-install-recommends python3-pip |
| 21 | - pip3 install mypy | 21 | - pip3 install mypy |
| 22 | - pip3 install -r requirements-test.txt | 22 | - pip3 install -r requirements-test.txt |
| 23 | - mypy --ignore-missing-imports matweb main.py | 23 | - mypy --ignore-missing-imports --explicit-package-bases matweb main.py |
| 24 | 24 | ||
| 25 | bandit: | 25 | bandit: |
| 26 | image: | 26 | image: |
