Skip to content

Commit 548eeea

Browse files
committed
Black infers target-version from requires-python in pyproject.toml
1 parent 576119a commit 548eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ lint:
118118
.PHONY: lint-fix
119119
lint-fix:
120120
python3 -c "import black" > /dev/null 2>&1 || python3 -m pip install black
121-
python3 -m black --target-version py38 .
121+
python3 -m black .
122122
python3 -c "import ruff" > /dev/null 2>&1 || python3 -m pip install ruff
123123
python3 -m ruff --fix .

0 commit comments

Comments
 (0)