fix spelling mistakes
This commit is contained in:
parent
07dd61ca6a
commit
78489157a1
9 changed files with 10 additions and 10 deletions
|
@ -15,7 +15,7 @@ import functools
|
|||
@functools.lru_cache()
|
||||
def mypy_cmd() -> Optional[Sequence[str]]:
|
||||
try:
|
||||
# preferrably, use mypy from current python env
|
||||
# preferably, use mypy from current python env
|
||||
import mypy
|
||||
return ['python3', '-m', 'mypy']
|
||||
except ImportError:
|
||||
|
|
|
@ -123,7 +123,7 @@ def _is_compressed(p: Path) -> bool:
|
|||
return p.suffix in {'.xz', '.lz4', '.zstd'}
|
||||
|
||||
|
||||
# TODO support '' for emtpy path
|
||||
# TODO support '' for empty path
|
||||
DEFAULT_GLOB = '*'
|
||||
def get_files(
|
||||
pp: Paths,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue