Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 2536665

Browse files
committed
Move mypy configuration to pyproject.toml
1 parent 786abf4 commit 2536665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
requires = ["setuptools>=46.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.mypy]
6+
ignore_missing_imports = true
7+
strict = true
8+
59
[tool.black]
610
line-length = 99
711
target-version = ["py37", "py38", "py39", "py310"]

setup.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)