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

Replace setup.py by pyproject.toml #707

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Feb 4, 2024

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

pyproject.toml Outdated
Comment on lines 13 to 15
maintainers = [
{name = "Claude Paroz", email = "claude@2xlibre.net"},
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More maintainers can be added.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be more than happy to see more names here. 🆘

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I'm not exactly active at the moment, but I'd be happy to have my name here 👍

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for your help! I'll let the PR open for some days, in the case more maintainers would like to be mentioned.

pyproject.toml Outdated
Comment on lines 13 to 15
maintainers = [
{name = "Claude Paroz", email = "claude@2xlibre.net"},
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be more than happy to see more names here. 🆘

setup.cfg Outdated Show resolved Hide resolved
"F", # Pyflakes
"E", # pycodestyle (Error)
"W", # pycodestyle (Warning)
# "I", # isort (waiting for https://github.com/astral-sh/ruff/issues/2600)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if you'd like to use isort from Ruff even if it would require some formatting changes to imports

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the changes are not too much invasive, I think it's fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the thing is it was putting each imported object on a single line :/ Is it fine still? If the diff is too much we can add an entry to ignore the commit for blames

Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.84%. Comparing base (1928748) to head (f6d32ef).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #707   +/-   ##
=======================================
  Coverage   97.84%   97.84%           
=======================================
  Files          78       78           
  Lines        3384     3390    +6     
  Branches      384      384           
=======================================
+ Hits         3311     3317    +6     
  Misses         42       42           
  Partials       31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tox.ini Outdated Show resolved Hide resolved
claudep and others added 2 commits February 26, 2024 08:11
Co-authored-by: Jeroen Dekkers <jeroen@dekkers.ch>
Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is now fine to push, in my opinion. Thanks!

@Viicos
Copy link
Contributor Author

Viicos commented Feb 26, 2024

Thanks for finishing up, was lacking some time

@claudep claudep merged commit de33a6d into jazzband:master Feb 27, 2024
9 checks passed
@Viicos Viicos deleted the pyproject branch February 27, 2024 08:05
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.

4 participants