Skip to content

Commit

Permalink
Infer target version (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jun 27, 2023
1 parent ca130c5 commit 83028a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@ addopts = [

[tool.black]
line-length = 120
target-version = ["py39"]

[tool.ruff]
src = ["src"]
line-length = 120
target-version = "py39"
select = [
"F", # Errors detected by Pyflakes
"E", # Error detected by Pycodestyle
Expand Down

0 comments on commit 83028a8

Please sign in to comment.