Skip to content

Commit

Permalink
Ignore version file when formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Mar 28, 2024
1 parent dd3e6cb commit 3a26c1e
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 @@ -37,3 +37,6 @@ packages = ["tspwplib"]

[tool.setuptools_scm]
version_file = "tspwplib/_version.py"

[tool.black]
exclude = "_version.py"

0 comments on commit 3a26c1e

Please sign in to comment.