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

Switch project to use pyproject.toml #51

Merged
merged 8 commits into from
Aug 15, 2023
Merged

Switch project to use pyproject.toml #51

merged 8 commits into from
Aug 15, 2023

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Aug 15, 2023

This modernizes the Python infrastructure of the project:

  • Replace setup.cfg by pyproject.toml and update setup.py to focus only on dynamic package data selection
  • Replace PEP8 checking in pre-commit with flake8 by ruff
  • Add checking for common spelling errors with codespell in pre-commit

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #51 (c6d6d9f) into main (ed0b129) will not change coverage.
The diff coverage is 100.0%.

Files Changed Coverage Δ
audresample/__init__.py 100.0% <100.0%> (ø)
audresample/core/lib.py 100.0% <100.0%> (ø)

@hagenw hagenw merged commit 4e07823 into main Aug 15, 2023
10 checks passed
@hagenw hagenw deleted the pyproject.toml branch August 15, 2023 12:37
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.

None yet

1 participant