Skip to content

Commit d49cddb

Browse files
committed
Ignore pylint checks that are covered by mypy
`pylint` is much more flaky than `mypy`, so better just have `mypy` doing those checks. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1b08f33 commit d49cddb

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
@@ -145,6 +145,8 @@ disable = [
145145
"unsubscriptable-object",
146146
# Checked by mypy
147147
"no-member",
148+
"no-name-in-module",
149+
"possibly-used-before-assignment",
148150
# Checked by flake8
149151
"f-string-without-interpolation",
150152
"redefined-outer-name",

0 commit comments

Comments
 (0)