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 709ad35 commit fb3df78Copy full SHA for fb3df78
.github/workflows/test.yml
@@ -45,4 +45,4 @@ jobs:
45
run: |
46
mypy .
47
black --check pytest_mypy_plugins setup.py
48
- isort --check --diff .
+ isort --profile=black --check --diff .
0 commit comments