Skip to content

Commit 62e9574

Browse files
committed
Update files using repo-config-0.11
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b66c8ab commit 62e9574

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ updates:
3939
labels:
4040
- "part:tooling"
4141
- "type:tech-debt"
42+
groups:
43+
compatible:
44+
update-types:
45+
- "minor"
46+
- "patch"
47+
artifacts:
48+
patterns:
49+
- "actions/*-artifact"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ site_author: "Frequenz Energy-as-a-Service GmbH"
88
copyright: "Copyright © 2022 Frequenz Energy-as-a-Service GmbH"
99
repo_name: "frequenz-channels-python"
1010
repo_url: "https://github.com/frequenz-floss/frequenz-channels-python"
11-
edit_uri: "edit/v0.x.x/docs/"
11+
edit_uri: "edit/v1.x.x/docs/"
1212
strict: true # Treat warnings as errors
1313

1414
# Build directories

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ disable = [
135135
"unsubscriptable-object",
136136
# Checked by mypy
137137
"no-member",
138+
"possibly-used-before-assignment",
139+
"no-name-in-module",
138140
# Checked by flake8
139141
"f-string-without-interpolation",
140142
"redefined-outer-name",

0 commit comments

Comments
 (0)