Skip to content

Commit

Permalink
Stop listing black versions, not required for this repo
Browse files Browse the repository at this point in the history
This repo has a pyproject.toml that specifies the python version
required, and due to that, specifying versions isn't required.
  • Loading branch information
consideRatio committed Apr 27, 2024
1 parent a06b49e commit ecb8143
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@ remove-unused-variables = true
# ref: https://black.readthedocs.io/en/stable/
#
[tool.black]
# target-version should be all supported versions, see
# https://github.com/psf/black/issues/751#issuecomment-473066811
target_version = [
"py38",
"py39",
"py310",
"py311",
]
extend-exclude = 'contrib\/template\/'


Expand Down

0 comments on commit ecb8143

Please sign in to comment.