We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df5f983 + bd6ce15 commit 3023f2dCopy full SHA for 3023f2d
pyproject.toml
@@ -144,6 +144,8 @@ disable = [
144
# it is a type-check, for which we already have mypy.
145
"unsubscriptable-object",
146
# Checked by flake8
147
+ "redefined-outer-name",
148
+ "unused-import",
149
"line-too-long",
150
"redefined-outer-name",
151
"unnecessary-lambda-assignment",
@@ -169,7 +171,7 @@ packages = ["frequenz.client.dispatch"]
169
171
strict = true
170
172
173
[[tool.mypy.overrides]]
-module = ["mkdocs_macros.*", "sybil", "sybil.*"]
174
+module = ["mkdocs_macros.*"]
175
ignore_missing_imports = true
176
177
[tool.setuptools_scm]
0 commit comments