We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 576119a + 548eeea commit c3fb0deCopy full SHA for c3fb0de
Makefile
@@ -118,6 +118,6 @@ lint:
118
.PHONY: lint-fix
119
lint-fix:
120
python3 -c "import black" > /dev/null 2>&1 || python3 -m pip install black
121
- python3 -m black --target-version py38 .
+ python3 -m black .
122
python3 -c "import ruff" > /dev/null 2>&1 || python3 -m pip install ruff
123
python3 -m ruff --fix .
0 commit comments