Skip to content

Commit 46f63c3

Browse files
committed
Change target version for black
1 parent 9abe8d7 commit 46f63c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euxo pipefail
33

44
poetry run cruft check
55
poetry run mypy -p isort -p tests
6-
poetry run black --target-version py38 --check .
6+
poetry run black --target-version py39 --check .
77
poetry run isort --profile hug --check --diff isort/ tests/
88
poetry run isort --profile hug --check --diff example_*/
99
poetry run flake8 isort/ tests/

0 commit comments

Comments
 (0)