Skip to content

Commit

Permalink
Don't black generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jun 11, 2024
1 parent c866795 commit fd947fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ where = ["src"]
[tool.setuptools_scm]
write_to = "src/beziers/_version.py"
git_describe_command = "git describe --match 'v*' --tags"

[tool.black]
target-version = ["py310"]
extend-exclude = '''
_version.py
'''

0 comments on commit fd947fd

Please sign in to comment.