Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Lint Errors #35

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Fix Lint Errors #35

merged 1 commit into from
Jul 11, 2024

Conversation

dchukhin
Copy link
Contributor

@dchukhin dchukhin commented Jul 11, 2024

This pull request fixes the lint errors that occurred in https://github.com/lincolnloop/django-layout/actions/runs/9824778715/job/27124154433.
Note: it looks like the CI lint check fails, because it builds a project based on the code in the main branch (maybe that workflow should create the project based on the code in the pull request branch?). Locally, doing git checkout fix-lint-errors and ruff check . shows no errors. Or:

django-admin startproject \
           --template=https://github.com/lincolnloop/django-layout/zipball/fix-lint-errors \
           --extension=py,md,gitignore,yml,json \
           --name=Makefile,Dockerfile \
           --exclude=.github \
           testproj2

ruff check ./testproj2

@ipmb ipmb merged commit 72b3aa4 into main Jul 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants