Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jan 2, 2025
2 parents 6e88dc6 + 9a07705 commit 1d167cc
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 @@ -88,6 +88,10 @@ package-data = { "sample" = ["*.yaml"] }
[tool.setuptools.dynamic]
version = { attr = "template.__version__" }

[tool.pytest.ini_options]
addopts = "--doctest-modules --durations=30 --color=yes"
norecursedirs = [".git", "dist", "build"]

[tool.ruff]
line-length = 120

Expand Down

0 comments on commit 1d167cc

Please sign in to comment.