Skip to content

Commit

Permalink
chore: remove unneeded target-version (#634)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jul 3, 2023
1 parent 7e0e798 commit 881af84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ ignore_missing_imports = true
[tool.black]
line-length = 127
skip-string-normalization = true
target-version = ["py311", "py310", "py39", "py38", "py37"]

[tool.ruff]
line-length = 127
Expand All @@ -155,7 +154,6 @@ select = [
"YTT", # flake8-2020
]
src = ["src"]
target-version = "py37"

[tool.ruff.mccabe]
max-complexity = 10
Expand Down

0 comments on commit 881af84

Please sign in to comment.