Skip to content

Commit

Permalink
Define where the version file is written
Browse files Browse the repository at this point in the history
This allows the mypy reusable action to write the version
file.
  • Loading branch information
timj committed Jul 12, 2024
1 parent 4dee30d commit 1bbf062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,3 @@ warn_unreachable = False
warn_unused_ignores = False
allow_untyped_globals = True
allow_redefinition = True

[mypy-lsst.summit.utils.version]
ignore_missing_imports = True
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ known_first_party = ["lsst", "tests"]
[tool.black]
line-length = 110
target-version = ["py311"]

[tool.lsst_versions]
write_to = "python/lsst/summit/utils/version.py"

0 comments on commit 1bbf062

Please sign in to comment.