There was an error while loading. Please reload this page.
1 parent 30e1dbb commit bf8e1f5Copy full SHA for bf8e1f5
2 files changed
makefile
@@ -25,7 +25,6 @@ venv: .venv
25
26
test:
27
python -m $(PKG).tests
28
- python -m mypy -p $(PKG)
29
pyrefly check -c pyproject.toml
30
31
lint:
pyproject.toml
@@ -48,7 +48,6 @@ dev = [
48
"build > 1",
49
"flake8 == 7.3.0",
50
"flake8-bugbear == 24.12.12",
51
- "mypy == 1.19.1",
52
"ufmt == 2.8.0",
53
"usort == 1.0.8.post1",
54
"pyrefly == 0.63.1",
@@ -100,12 +99,6 @@ exclude = [
100
99
"/legacy",
101
]
102
103
-[tool.mypy]
104
-strict = true
105
-python_version = "3.9"
106
-ignore_missing_imports = true
107
-warn_unused_ignores = false
108
-
109
[tool.pyrefly]
110
project_includes = [
111
# Start by adding a single file and we'll expand as we go
0 commit comments