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 b3f27c6 + 4ecc6e2 commit 4f70b59Copy full SHA for 4f70b59
.github/workflows/deploy_on_dev.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: psf/black@stable
19
with:
20
- options: "--check --verbose"
+ options: "--check --verbose --exclude migrations"
21
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v2
.github/workflows/deploy_on_prod.yml
@@ -16,7 +16,7 @@ jobs:
16
0 commit comments