Skip to content

Conversation

danangmassandy
Copy link
Contributor

Use Ruff as lint and formatter. I've converted the existing .flake8 rules to ruff config in pyproject.toml.

VSCode is configured to check and format on file save. I also added the pre-commit hooks.

However, I found the import reordering weird in below, I think profiles should be after rest_framework import?
2025-09-21_21-56

@dimasciput
Copy link
Member

However, I found the import reordering weird in below, I think profiles should be after rest_framework import?

@danangmassandy I think the import is sorted by name if you use ruff.

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