Skip to content

Commit 2c7d3cf

Browse files
committed
Cleanup redundant black config
Note that this config is redundant since `requires-python = ">=3.7"` is specified in pyproject.toml. This isn't true if its specified in setup.py for example though!
1 parent 7b89017 commit 2c7d3cf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ remove-duplicate-keys = true
6969
remove-unused-variables = true
7070

7171

72-
# black is used for autoformatting Python code
73-
#
74-
# ref: https://black.readthedocs.io/en/stable/
75-
#
76-
[tool.black]
77-
target_version = [
78-
"py37",
79-
"py38",
80-
"py39",
81-
"py310",
82-
"py311",
83-
]
84-
85-
8672
# isort is used for autoformatting Python code
8773
#
8874
# ref: https://pycqa.github.io/isort/

0 commit comments

Comments
 (0)