We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240760a commit 13deb50Copy full SHA for 13deb50
1 file changed
pyproject.toml
@@ -111,6 +111,14 @@ reportUnusedCallResult = "none"
111
reportExplicitAny = "none"
112
reportUnreachable = "hint"
113
114
+exclude = [
115
+ "doc",
116
+ ".conda-root",
117
+ "build",
118
+ ".env",
119
+ ".run-pylint.py",
120
+]
121
+
122
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
123
# we care about at this moment.
124
# https://github.com/microsoft/pyright/issues/746
0 commit comments