Exclude node_modules from codestyle

This commit is contained in:
2021-01-28 02:10:36 +00:00
parent 3b3ba0b87e
commit d5d2e9167c

View File

@@ -45,7 +45,7 @@ jobs:
python manage.py collectstatic --noinput
- name: Basic Checks
run: |
pycodestyle . --exclude=migrations,importer*
pycodestyle . --exclude=migrations,node_modules
python manage.py check
python manage.py makemigrations --check --dry-run
test: