Skip to content

Commit bd6ce15

Browse files
committed
Apply missing upgrade-step after repo-config update
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent df5f983 commit bd6ce15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ disable = [
144144
# it is a type-check, for which we already have mypy.
145145
"unsubscriptable-object",
146146
# Checked by flake8
147+
"redefined-outer-name",
148+
"unused-import",
147149
"line-too-long",
148150
"redefined-outer-name",
149151
"unnecessary-lambda-assignment",
@@ -169,7 +171,7 @@ packages = ["frequenz.client.dispatch"]
169171
strict = true
170172

171173
[[tool.mypy.overrides]]
172-
module = ["mkdocs_macros.*", "sybil", "sybil.*"]
174+
module = ["mkdocs_macros.*"]
173175
ignore_missing_imports = true
174176

175177
[tool.setuptools_scm]

0 commit comments

Comments
 (0)