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.
1 parent c42ac4a commit 909d6f6Copy full SHA for 909d6f6
pyproject.toml
@@ -57,7 +57,7 @@ target-version = ['py310']
57
help = "Check code style and typing..."
58
shell = """
59
flake8 src tests &&
60
- isort --check stc tests
+ isort --check stc tests &&
61
black --check src tests
62
"""
63
0 commit comments