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

Fix/config-update #16

Merged
merged 7 commits into from
May 13, 2024
Merged

Fix/config-update #16

merged 7 commits into from
May 13, 2024

Conversation

Olaf-Wolf3D
Copy link
Collaborator

@Olaf-Wolf3D Olaf-Wolf3D commented May 13, 2024

Description

New hatch version 1.10 makes it possible to use internal hatch envs for linting, formatting, and testing, to make env setup less verbose and get rid of a few dependencies.

It uses a new alternative installer to pip: uv, which should be faster.

Type of change

  • Non-breaking change to dev setup and ci
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • local setup & running new hatch commands
  • github workflow

Checklist

  • I confirm that the changes meet the user experience and goals outlined in the design plan (if there is one).
  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have updated any version info, if necessary.
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@Olaf-Wolf3D Olaf-Wolf3D self-assigned this May 13, 2024
@Olaf-Wolf3D Olaf-Wolf3D marked this pull request as ready for review May 13, 2024 22:04
remove target version from ruff config in favor of requires-python as minimum version
@Olaf-Wolf3D Olaf-Wolf3D marked this pull request as draft May 13, 2024 22:48
@Olaf-Wolf3D Olaf-Wolf3D marked this pull request as ready for review May 13, 2024 22:48
@Olaf-Wolf3D Olaf-Wolf3D merged commit 4996616 into main May 13, 2024
3 checks passed
@Olaf-Wolf3D Olaf-Wolf3D deleted the fix/config-update branch May 13, 2024 23:30
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