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.
2 parents 481d80c + 92ccaa7 commit bd4ca63Copy full SHA for bd4ca63
.github/workflows/lint-python.yaml
@@ -14,7 +14,7 @@ jobs:
14
run: pip install black flake8 isort
15
- name: Lint Python code
16
run: |
17
- dirs="SORT home survey invites"
+ dirs="SORT home survey"
18
isort $dirs --skip-glob '*/migrations/*'
19
black $dirs --exclude '/migrations/'
20
flake8 $dirs --exclude '*/migrations/*'
0 commit comments