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

Maintenance updates + various improvements #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

behackl
Copy link
Collaborator

@behackl behackl commented Jan 30, 2025

I actually just wanted to cleanup the workflow files, but then started to add further improvements as well, including a bump to the version of the dependencies. I'd stronly recommend using a proper dependency management tool; my proposal in this PR is to use uv.

Summary of changes:

  • Introduce pyproject.toml as a central host for all project metadata
  • Packaging: switch build system from setuptools to hatch/hatchling
  • Bump minimum Python version to 3.9
  • Switch linting from flake8 to ruff check (with similar, perhaps slightly stricter settings)
  • Use ruff format in dedicated linting pipeline (although it would probably make sense to include a corresponding pre-commit hook, otherwise the linting pipeline will just fail constantly...)

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