Skip to content

Commit 614dd0e

Browse files
committed
Ignore autogenerated models file in mypy
1 parent 5ab21df commit 614dd0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ mypy_path = "src"
111111
module = ["graypy", "graypy.handler"]
112112
ignore_missing_imports = true
113113

114+
[[tool.mypy.overrides]]
115+
module = ["zocalo.util.slurm.models"]
116+
ignore_errors = true
117+
114118
[tool.bumpversion]
115119
current_version = "1.0.0"
116120
commit = true

0 commit comments

Comments
 (0)