Skip to content

Commit 56aa380

Browse files
authored
chore: explicitly specify supported Python versions in black configuration (#87)
1 parent 72651e2 commit 56aa380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dev = [
3636
"mypy>=1.15.0"
3737
]
3838

39+
[tool.black]
40+
target_version = ["py310", "py311", "py312", "py313"]
41+
3942
[project.urls]
4043
Documentation = "https://pydifact.readthedocs.io"
4144
Repository = "https://github.com/nerdocs/pydifact"

0 commit comments

Comments
 (0)