Skip to content

Commit bf8e1f5

Browse files
authored
Remove mypy (#566)
We have pyrefly, and we probably don't need 2 type checkers
1 parent 30e1dbb commit bf8e1f5

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ venv: .venv
2525

2626
test:
2727
python -m $(PKG).tests
28-
python -m mypy -p $(PKG)
2928
pyrefly check -c pyproject.toml
3029

3130
lint:

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dev = [
4848
"build > 1",
4949
"flake8 == 7.3.0",
5050
"flake8-bugbear == 24.12.12",
51-
"mypy == 1.19.1",
5251
"ufmt == 2.8.0",
5352
"usort == 1.0.8.post1",
5453
"pyrefly == 0.63.1",
@@ -100,12 +99,6 @@ exclude = [
10099
"/legacy",
101100
]
102101

103-
[tool.mypy]
104-
strict = true
105-
python_version = "3.9"
106-
ignore_missing_imports = true
107-
warn_unused_ignores = false
108-
109102
[tool.pyrefly]
110103
project_includes = [
111104
# Start by adding a single file and we'll expand as we go

0 commit comments

Comments
 (0)