Skip to content

Commit 494042d

Browse files
committed
Apply new repo-config 0.11 templates
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7003b2c commit 494042d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/containers/test-installation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This Dockerfile is used to test the installation of the python package in
44
# multiple platforms in the CI. It is not used to build the package itself.
55

6-
FROM --platform=${TARGETPLATFORM} python:3.11-slim
6+
FROM python:3.11-slim
77

88
RUN apt-get update -y && \
99
apt-get install --no-install-recommends -y \

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ updates:
5757
labels:
5858
- "part:tooling"
5959
- "type:tech-debt"
60+
groups:
61+
compatible:
62+
update-types:
63+
- "minor"
64+
- "patch"
65+
artifacts:
66+
patterns:
67+
- "actions/*-artifact"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ disable = [
153153
"unsubscriptable-object",
154154
# Checked by mypy
155155
"no-member",
156+
"possibly-used-before-assignment",
157+
"no-name-in-module",
156158
# Checked by flake8
157159
"f-string-without-interpolation",
158160
"redefined-outer-name",

0 commit comments

Comments
 (0)