Skip to content

Commit b6fb5d9

Browse files
authored
chore: target-version no longer needed by Black or Ruff (#510)
Committed via https://github.com/asottile/all-repos
1 parent dc3e8a0 commit b6fb5d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ ignore = [
172172
"PLR", # Design related pylint codes
173173
"PT013", # Importing approx from pytest is fine
174174
]
175-
target-version = "py37"
176175
src = ["src"]
177176
unfixable = [
178177
"T20", # Removes print statements

0 commit comments

Comments
 (0)