Skip to content

Commit 8547151

Browse files
beliaev-maksimcsernazs
authored andcommitted
move mypy settings into pyproject.toml
1 parent c28f570 commit 8547151

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

mypy.ini

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ markers = [
9393
[build-system]
9494
requires = ["poetry-core>=1.0.0"]
9595
build-backend = "poetry.core.masonry.api"
96+
97+
[tool.mypy]
98+
files = ["pytest_httpserver", "scripts", "tests", "doc"]
99+
implicit_reexport = false

0 commit comments

Comments
 (0)