Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Sep 19, 2023
1 parent e9253f4 commit d32d55c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dev = [
"sphinx-design",
"tox-direct",
"types-mock",
"pyyaml",
]

[project.scripts]
Expand All @@ -87,8 +88,8 @@ name = "Tom Cobb"
write_to = "src/ophyd_async/_version.py"

[tool.mypy]
ignore_missing_imports = true # Ignore missing stubs in imported modules
plugins = ["numpy.typing.mypy_plugin", "pydantic.mypy"]
ignore_missing_imports = true # Ignore missing stubs in imported modules
plugins = ["numpy.typing.mypy_plugin"]

[tool.isort]
float_to_top = true
Expand Down

0 comments on commit d32d55c

Please sign in to comment.