Skip to content

Commit 9fc390b

Browse files
committed
Update black config
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent 046317b commit 9fc390b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,7 @@ extend-exclude = ["docs"]
9191
"__init__.py" = ["F401"]
9292

9393
[tool.black]
94-
files = '''
95-
(
96-
bootstrap_python_package
97-
tests
98-
)
99-
'''
94+
target-version = ["py38", "py39", "py310", "py311", "py312"]
10095
extend-exclude = '''
10196
(
10297
/docs

0 commit comments

Comments
 (0)