Skip to content

Commit

Permalink
chore: exclude docs and static directories from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent 4600359 commit 4d53ff0
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 @@ -57,6 +57,10 @@ version = '0.2.3'
arise = 'arise.core:cli'


[tool.hatch.build]
exclude = [ '/docs', '/static', '/tests' ]


[tool.mypy]
disallow_incomplete_defs = true
disallow_untyped_calls = true
Expand Down

0 comments on commit 4d53ff0

Please sign in to comment.