Skip to content

Commit

Permalink
More bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 24, 2023
1 parent 4e19ea4 commit 7bddc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ write_to_template= '__version__ = "{version}"'
tag_regex= "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"

[tool.black]
target-version = ["py38"]
target-version = ["py39"]

[tool.ruff]
target-version = "py38"
target-version = "py39"
builtins = ["ellipsis"]
exclude = [
".eggs",
Expand Down

0 comments on commit 7bddc4f

Please sign in to comment.