Skip to content

Commit 1b57dcf

Browse files
authored
chore: target-version no longer needed by Black or Ruff (#419)
See scientific-python/cookie#201. Committed via https://github.com/asottile/all-repos
1 parent 7ec341b commit 1b57dcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ extend-ignore = [
219219
"PT004", # Incorrect, just usefixtures instead.
220220
"RUF009", # Too easy to get a false positive
221221
]
222-
target-version = "py37"
223222
typing-modules = ["scikit_build_core._compat.typing"]
224223
src = ["src"]
225224
unfixable = ["T20", "F841"]

0 commit comments

Comments
 (0)