Skip to content

Commit aa63dd8

Browse files
committed
Tell black we target our least supported version.
1 parent 4dd0935 commit aa63dd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ lint.ignore = [
105105
]
106106
lint.exclude = ["tests/*"]
107107

108+
[tool.black]
109+
target-version = ["py310"]
110+
108111
[tool.isort]
109112
profile = "black"
110113

0 commit comments

Comments
 (0)