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 #383

Merged
merged 7 commits into from
Jul 11, 2023
Merged

Switch project to use pyproject.toml #383

merged 7 commits into from
Jul 11, 2023

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jul 11, 2023

This modernizes the Python infrastructure of the project:

  • Replace setup.py and setup.cfg by pyproject.toml
  • 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 Jul 11, 2023

Codecov Report

Merging #383 (fb1c906) into main (d20e70f) will not change coverage.
The diff coverage is 100.0%.

Impacted Files Coverage Δ
audformat/core/typing.py 100.0% <ø> (ø)
audformat/__init__.py 100.0% <100.0%> (ø)
audformat/core/attachment.py 100.0% <100.0%> (ø)
audformat/core/column.py 100.0% <100.0%> (ø)
audformat/core/common.py 100.0% <100.0%> (ø)
audformat/core/database.py 100.0% <100.0%> (ø)
audformat/core/index.py 100.0% <100.0%> (ø)
audformat/core/scheme.py 100.0% <100.0%> (ø)
audformat/core/table.py 100.0% <100.0%> (ø)
audformat/core/testing.py 100.0% <100.0%> (ø)
... and 5 more

@hagenw hagenw merged commit 7c7858f into main Jul 11, 2023
@hagenw hagenw deleted the pyproject branch July 11, 2023 12:13
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