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

birger/190 ruff #521

Merged
merged 2 commits into from
Feb 16, 2024
Merged

birger/190 ruff #521

merged 2 commits into from
Feb 16, 2024

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented Dec 21, 2023

  • chore: introduce ruff linter
  • ci: run ruff linter on pushes and pull requests

Closes: #190

@b1rger
Copy link
Contributor Author

b1rger commented Jan 24, 2024

5 errors to go:

apis_core/apis_entities/api_renderers.py:60:42: F821 Undefined name `Store`
apis_core/apis_entities/management/commands/serialize_to_cidoc.py:203:34: F821 Undefined name `GenericVocabsSerializer`
apis_core/apis_entities/management/commands/serialize_to_cidoc.py:204:25: F821 Undefined name `VocabToSkos`
apis_core/apis_entities/views.py:224:34: F821 Undefined name `Place`
apis_core/apis_entities/views.py:300:15: F821 Undefined name `relation`

@b1rger b1rger marked this pull request as ready for review February 16, 2024 14:50
@b1rger b1rger merged commit 81a9e02 into main Feb 16, 2024
9 checks passed
@b1rger b1rger deleted the birger/190-ruff branch February 20, 2024 13:47
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.

Introduce ruff linter
1 participant