🚨 ignore alembic versions for pep8 check
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 15s

This commit is contained in:
Finn Christiansen 2023-08-11 22:12:17 +02:00
parent 8328e26448
commit 44b73ab89d

View file

@ -18,4 +18,4 @@ jobs:
- name: Run checking - name: Run checking
run: | run: |
flake8 --extend-exclude bin,lib . flake8 --extend-exclude bin,lib,alembic/versions .