Skip to content

Commit

Permalink
Black infers target-version from requires-python in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 11, 2023
1 parent 576119a commit 548eeea
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 548eeea

Please sign in to comment.