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

Modernize project #38

Merged
merged 10 commits into from
Nov 17, 2023
Merged

Modernize project #38

merged 10 commits into from
Nov 17, 2023

Conversation

LKajan
Copy link
Collaborator

@LKajan LKajan commented Oct 20, 2023

Overall modernization of the project. No changes to the actual template yet. I'll provide another PR for that.

Main changes:

  • Mark template files with .j2 extension
    • This is done to make it clear which files are actual templates and to enable easier use of jinja syntax highlighting extensions.
  • Change linting to use Ruff.
    • Ruff is more comprehensive and makes linting faster
      For other changes check commit messages.

Make it clear which files are actual jinja templates. This allows jinja
syntax highligthing extensions to distinguish jinja files.
Ruff is faster, includes isort functionality and more rules.
We have Ruff already installed for linting and it includes a drop-in
replacement for Black.
@LKajan LKajan merged commit 1facf22 into main Nov 17, 2023
16 checks passed
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.

1 participant