Skip to content

Commit

Permalink
Merge pull request #106 from radarhere/infer-target-version
Browse files Browse the repository at this point in the history
Black infers target-version from requires-python in pyproject.toml
  • Loading branch information
hugovk committed Nov 11, 2023
2 parents 576119a + 548eeea commit c3fb0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ lint:
.PHONY: lint-fix
lint-fix:
python3 -c "import black" > /dev/null 2>&1 || python3 -m pip install black
python3 -m black --target-version py38 .
python3 -m black .
python3 -c "import ruff" > /dev/null 2>&1 || python3 -m pip install ruff
python3 -m ruff --fix .

0 comments on commit c3fb0de

Please sign in to comment.