Skip to content

Commit 13deb50

Browse files
committed
bpr: exclude irrelevant stuff
1 parent 240760a commit 13deb50

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ reportUnusedCallResult = "none"
111111
reportExplicitAny = "none"
112112
reportUnreachable = "hint"
113113

114+
exclude = [
115+
"doc",
116+
".conda-root",
117+
"build",
118+
".env",
119+
".run-pylint.py",
120+
]
121+
114122
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
115123
# we care about at this moment.
116124
# https://github.com/microsoft/pyright/issues/746

0 commit comments

Comments
 (0)