Lint Python type signatures using mypy
This commit is contained in:
parent
e9eb300499
commit
5dcc5621b7
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ def get_subtree_mtime(root: str | Path) -> float:
|
|||
from os import walk
|
||||
from os.path import getmtime
|
||||
|
||||
maxtime = 0
|
||||
maxtime = 0.0
|
||||
|
||||
for dirname, _, filenames in walk(root):
|
||||
dirpath = Path(dirname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue