Skip to content

Commit

Permalink
Ignore autogenerated models file in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 28, 2024
1 parent 5ab21df commit 614dd0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ mypy_path = "src"
module = ["graypy", "graypy.handler"]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["zocalo.util.slurm.models"]
ignore_errors = true

[tool.bumpversion]
current_version = "1.0.0"
commit = true
Expand Down

0 comments on commit 614dd0e

Please sign in to comment.