Skip to content

Commit 825c7f1

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 f151428 commit 825c7f1

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
@@ -48,9 +48,6 @@ Repository = "https://github.com/adamchainz/time-machine"
4848
[project.entry-points.pytest11]
4949
time_machine = "time_machine"
5050

51-
[tool.black]
52-
target-version = ['py38']
53-
5451
[tool.isort]
5552
add_imports = [
5653
"from __future__ import annotations"

0 commit comments

Comments
 (0)