🚨 ignore alembic versions for pep8 check
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 15s
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 15s
This commit is contained in:
parent
8328e26448
commit
44b73ab89d
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ jobs:
|
|||
|
||||
- name: Run checking
|
||||
run: |
|
||||
flake8 --extend-exclude bin,lib .
|
||||
flake8 --extend-exclude bin,lib,alembic/versions .
|
||||
|
|
Loading…
Reference in a new issue