Skip to content

Commit

Permalink
ci: exclude conftest from release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Sep 2, 2024
1 parent b26c597 commit e00e734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ cli-dev = [
[tool.pdm.scripts]
post_install = "pre-commit install"

[tool.pdm.build]
excludes = ["overturemaestro/conftest.py"]

[tool.black]
line-length = 100
target-version = ["py39", "py310", "py311", "py312"]
Expand Down

0 comments on commit e00e734

Please sign in to comment.