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

ruff format, support numpy 2, remove Python 3.8 #56

Merged
merged 7 commits into from
Jun 18, 2024
Merged

ruff format, support numpy 2, remove Python 3.8 #56

merged 7 commits into from
Jun 18, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jun 18, 2024

As ruff now supports formatting of code like black, we extend pre-commit to also format the code using ruff.

We also add support for numpy 2.0 and remove support for Python 3.8.

@hagenw hagenw changed the title Use ruff formatter as pre-commit Use ruff formatter as pre-commit, support numpy 2 Jun 18, 2024
@hagenw hagenw changed the title Use ruff formatter as pre-commit, support numpy 2 ruff formatter as pre-commit, support numpy 2 Jun 18, 2024
@hagenw hagenw changed the title ruff formatter as pre-commit, support numpy 2 ruff formatter, support numpy 2, remove Python 3.8 Jun 18, 2024
@hagenw hagenw changed the title ruff formatter, support numpy 2, remove Python 3.8 ruff format, support numpy 2, remove Python 3.8 Jun 18, 2024
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (33be05c) to head (a0fb1bd).

Additional details and impacted files
Files Coverage Δ
audmath/__init__.py 100.0% <ø> (ø)
audmath/core/api.py 100.0% <100.0%> (ø)
audmath/core/conftest.py 100.0% <100.0%> (ø)
audmath/core/utils.py 100.0% <ø> (ø)

@hagenw hagenw merged commit 387e573 into main Jun 18, 2024
16 checks passed
@hagenw hagenw deleted the ruff-format branch June 18, 2024 12:29
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