Skip to content

Commit

Permalink
older mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 9, 2023
1 parent b232a01 commit df25acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ sources = ["src"]
enable-by-default = false
dependencies = [
"hatch-mypyc>=0.16.0",
"mypy==1.5.1",
"mypy==1.4.0",
"click==8.1.3", # avoid https://github.com/pallets/click/issues/2558
]
require-runtime-dependencies = true
Expand Down
2 changes: 0 additions & 2 deletions src/black/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from pathlib import Path
from typing import Dict, Iterable, NamedTuple, Set, Tuple

from mypy_extensions import mypyc_attr
from platformdirs import user_cache_dir

from _black_version import version as __version__
Expand All @@ -20,7 +19,6 @@
from typing_extensions import Self


@mypyc_attr(serializable=True)
class FileData(NamedTuple):
st_mtime: float
st_size: int
Expand Down

0 comments on commit df25acd

Please sign in to comment.