Skip to content

Commit ecb8143

Browse files
committed
Stop listing black versions, not required for this repo
This repo has a pyproject.toml that specifies the python version required, and due to that, specifying versions isn't required.
1 parent a06b49e commit ecb8143

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ remove-unused-variables = true
142142
# ref: https://black.readthedocs.io/en/stable/
143143
#
144144
[tool.black]
145-
# target-version should be all supported versions, see
146-
# https://github.com/psf/black/issues/751#issuecomment-473066811
147-
target_version = [
148-
"py38",
149-
"py39",
150-
"py310",
151-
"py311",
152-
]
153145
extend-exclude = 'contrib\/template\/'
154146

155147

0 commit comments

Comments
 (0)