Skip to content

Commit

Permalink
Merge pull request #242 from ska-sa/mypy-pyproject
Browse files Browse the repository at this point in the history
Move mypy configuration into pyproject.toml
  • Loading branch information
bmerry authored Aug 23, 2023
2 parents a0ab743 + 9de3e49 commit b7157b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mypy.ini

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ py_version = 38
[tool.black]
line-length = 100
target-versions = ["py38", "py39", "py310", "py311", "py312"]

[tool.mypy]
ignore_missing_imports = true
files = ["src/spead2", "examples", "tests"]
python_version = "3.8"

0 comments on commit b7157b2

Please sign in to comment.