mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Add .venv to pycodestyle ignore
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
if: steps.static-cache.outputs.cache-hit != 'true'
|
if: steps.static-cache.outputs.cache-hit != 'true'
|
||||||
- name: Basic Checks
|
- name: Basic Checks
|
||||||
run: |
|
run: |
|
||||||
uv run pycodestyle . --exclude=migrations,node_modules
|
uv run pycodestyle . --exclude=.venv,migrations,node_modules
|
||||||
uv run python3 manage.py check
|
uv run python3 manage.py check
|
||||||
uv run python3 manage.py makemigrations --check --dry-run
|
uv run python3 manage.py makemigrations --check --dry-run
|
||||||
uv run python3 manage.py collectstatic --noinput
|
uv run python3 manage.py collectstatic --noinput
|
||||||
|
|||||||
Reference in New Issue
Block a user