Skip to content

Commit

Permalink
dedupe mypy overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Oct 19, 2023
1 parent 0184fcd commit 1b14e34
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ no_implicit_optional = true
disallow_any_generics = false

[[tool.mypy.overrides]]
module = "setuptools.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "pytest.*"
module = [
"setuptools",
"pytest"
]
ignore_missing_imports = true

[tool.pylint.FORMAT]
Expand Down

0 comments on commit 1b14e34

Please sign in to comment.