We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38597e7 commit 7a64e67Copy full SHA for 7a64e67
pyproject.toml
@@ -6,6 +6,7 @@ order_by_type = false
6
[tool.mypy]
7
disallow_incomplete_defs = true
8
disallow_untyped_defs = true
9
+files = "."
10
11
[[tool.mypy.overrides]] # Overrides for currently untyped modules
12
module = [
tox.ini
@@ -41,7 +41,7 @@ basepython = python3
41
envdir={toxworkdir}/lint
42
deps = -r{toxinidir}/requirements-lint.txt
43
commands =
44
- mypy {posargs} .
+ mypy {posargs}
45
46
[testenv:twine-check]
47
basepython = python3
0 commit comments