Skip to content

Commit c3fb0de

Browse files
authored
Merge pull request #106 from radarhere/infer-target-version
Black infers target-version from requires-python in pyproject.toml
2 parents 576119a + 548eeea commit c3fb0de

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)