summaryrefslogtreecommitdiff
path: root/.github/workflows/dev.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dev.yml')
-rw-r--r--.github/workflows/dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 91929f7..fc6d0a5 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -30,11 +30,11 @@ jobs:
- name: Run flake8
run: |
pip install flake8 --upgrade
- flake8 --exclude=migrations,tests --ignore=E501,E241,E225,E128 .
+ flake8 --exclude=build --ignore=E501,F403,F401,E241,E225,E128 .
- name: Run pycodestyle
run: |
pip install pycodestyle --upgrade
- pycodestyle --exclude=migrations,tests --ignore=E501,E241,E225,E128 .
+ pycodestyle --ignore=E128,E261,E225,E501,W605 slugify test.py setup.py
- name: Run test
run: |
coverage run --source=python test.py