File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 99 rev : 23.10.1
1010 hooks :
1111 - id : black
12- args : [--target-version=py38]
1312
1413 - repo : https://github.com/PyCQA/bandit
1514 rev : 1.7.5
Original file line number Diff line number Diff line change @@ -118,6 +118,6 @@ lint:
118118.PHONY : lint-fix
119119lint-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 .
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ package-dir = {"" = "src"}
7878version = {attr = " PIL.__version__" }
7979
8080[tool .ruff ]
81- target-version = " py38"
8281line-length = 88
8382select = [
8483 " E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments