Skip to content

Commit 174af1f

Browse files
committed
Remove pylint checks also done by flake8
This is part of the upgrade of repo-config from v0.8 to v0.9. See: https://github.com/frequenz-floss/frequenz-repo-config-python/releases/tag/v0.9.0 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2cd982e commit 174af1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ disable = [
152152
# it is a type-check, for which we already have mypy.
153153
"unsubscriptable-object",
154154
# Checked by flake8
155+
"redefined-outer-name",
156+
"unused-import",
155157
"line-too-long",
156158
"redefined-outer-name",
157159
"unnecessary-lambda-assignment",

0 commit comments

Comments
 (0)