Skip to content

Commit 03e3782

Browse files
committed
Drop Black target version
It can now be automatically inferred from pyproject.toml: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html\#t-target-version
1 parent 966bdd3 commit 03e3782

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ Repository = "https://github.com/pytest-dev/pytest-randomly"
4444
[project.entry-points.pytest11]
4545
randomly = "pytest_randomly"
4646

47-
[tool.black]
48-
target-version = ['py38']
49-
5047
[tool.isort]
5148
add_imports = [
5249
"from __future__ import annotations"

0 commit comments

Comments
 (0)