Skip to content

Commit

Permalink
Fix mypy lintrunner (#7534)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergennachin authored Jan 7, 2025
1 parent 68c0208 commit 507c767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ command = [
'--config=.mypy.ini',
'--show-disable',
'--',
'--explicit-package-bases',
'@{{PATHSFILE}}'
]
init_command = [
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

# Custom directives defintions to create cards on main landing page

from custom_directives import (
from custom_directives import ( # type: ignore[import-not-found]
CustomCardEnd,
CustomCardItem,
CustomCardStart,
Expand Down

0 comments on commit 507c767

Please sign in to comment.