Skip to content

Commit

Permalink
Exclude migration files in black check and lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Jun 1, 2023
1 parent a9a062a commit d4c4b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check formatting with Black
run: |
black --check .
black --check --exclude "alembic/versions" .
- name: Run headless tests
uses: coactions/setup-xvfb@v1
Expand All @@ -39,4 +39,4 @@ jobs:
uses: py-actions/flake8@v2
with:
plugins: "flake8-docstrings"
extra-args: "--docstring-convention=google"
extra-args: "--docstring-convention=google --exclude=alembic/versions"

0 comments on commit d4c4b7a

Please sign in to comment.