Skip to content

Commit 026d1e6

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 c232c0e commit 026d1e6

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
@@ -43,9 +43,6 @@ Changelog = "https://github.com/adamchainz/django-linear-migrations/blob/main/CH
4343
Funding = "https://adamj.eu/books/"
4444
Repository = "https://github.com/adamchainz/django-linear-migrations"
4545

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

0 commit comments

Comments
 (0)