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.
black
1 parent 9abe8d7 commit 46f63c3Copy full SHA for 46f63c3
scripts/lint.sh
@@ -3,7 +3,7 @@ set -euxo pipefail
3
4
poetry run cruft check
5
poetry run mypy -p isort -p tests
6
-poetry run black --target-version py38 --check .
+poetry run black --target-version py39 --check .
7
poetry run isort --profile hug --check --diff isort/ tests/
8
poetry run isort --profile hug --check --diff example_*/
9
poetry run flake8 isort/ tests/
0 commit comments