Skip to content

Commit 507c767

Browse files
authored
Fix mypy lintrunner (#7534)
1 parent 68c0208 commit 507c767

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.lintrunner.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ command = [
321321
'--config=.mypy.ini',
322322
'--show-disable',
323323
'--',
324+
'--explicit-package-bases',
324325
'@{{PATHSFILE}}'
325326
]
326327
init_command = [

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197

198198
# Custom directives defintions to create cards on main landing page
199199

200-
from custom_directives import (
200+
from custom_directives import ( # type: ignore[import-not-found]
201201
CustomCardEnd,
202202
CustomCardItem,
203203
CustomCardStart,

0 commit comments

Comments
 (0)