We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8354e9e + d63b244 commit b563f62Copy full SHA for b563f62
Makefile
@@ -11,8 +11,7 @@ check-tests:
11
12
.PHONY: check-lint
13
check-lint:
14
- mypy --python-version 3.13 ${SRC}
15
- mypy --python-version 3.9 ${SRC}
+ pyrefly check ${SRC}
16
ruff check --ignore I ${SRC}
17
18
.PHONY: check
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
24
[dependency-groups]
25
dev = [
26
- "mypy>=1.15.0",
+ "pyrefly>=0.16.2",
27
"pytest>=8.3.4",
28
"pytest-benchmark>=5.1.0",
29
"pytest-cov>=6.0.0",
setup.cfg
@@ -4,6 +4,3 @@ max-line-length = 100
4
5
[metadata]
6
description_file = README.md
7
-
8
-[mypy]
9
-check_untyped_defs = true
0 commit comments