Skip to content

Commit 4675f8d

Browse files
committed
Fix linters
1 parent af98cf4 commit 4675f8d

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/linters/.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@
890890
"msgon",
891891
"mstruebing",
892892
"msvs",
893+
"multiarch",
893894
"multiline",
894895
"multline",
895896
"musl",

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
5151
FROM python:3.11.2-alpine3.17
5252
ARG GITHUB_TOKEN
5353

54-
# https://stackoverflow.com/a/73711302/699056
54+
# https://stackoverflow.com/a/73711302/699056
5555
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
56-
# https://stackoverflow.com/a/73711302/699056
57-
# https://stackoverflow.com/a/73359981/699056
58-
# https://stackoverflow.com/a/71209637/699056
59-
RUN apk add --update libc6-compat \
56+
# https://stackoverflow.com/a/73711302/699056
57+
# https://stackoverflow.com/a/73359981/699056
58+
# https://stackoverflow.com/a/71209637/699056
59+
RUN apk add --update --no-cache libc6-compat \
6060
gcompat \
6161
qemu-x86_64
6262

megalinter/descriptors/python.megalinter-descriptor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ linters:
221221
examples:
222222
- "bandit myfile.py"
223223
- "bandit --configfile .bandit.yml myfile.py"
224-
install:
225-
pip:
226-
- bandit
227-
- bandit_sarif_formatter
228224
install:
229225
pip:
230226
- bandit

0 commit comments

Comments
 (0)