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.
1 parent 68c0208 commit 507c767Copy full SHA for 507c767
.lintrunner.toml
@@ -321,6 +321,7 @@ command = [
321
'--config=.mypy.ini',
322
'--show-disable',
323
'--',
324
+ '--explicit-package-bases',
325
'@{{PATHSFILE}}'
326
]
327
init_command = [
docs/source/conf.py
@@ -197,7 +197,7 @@
197
198
# Custom directives defintions to create cards on main landing page
199
200
-from custom_directives import (
+from custom_directives import ( # type: ignore[import-not-found]
201
CustomCardEnd,
202
CustomCardItem,
203
CustomCardStart,
0 commit comments