Skip to content

Commit 909d6f6

Browse files
committed
build: fix linting errors
1 parent c42ac4a commit 909d6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ target-version = ['py310']
5757
help = "Check code style and typing..."
5858
shell = """
5959
flake8 src tests &&
60-
isort --check stc tests
60+
isort --check stc tests &&
6161
black --check src tests
6262
"""
6363

0 commit comments

Comments
 (0)