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

Update everything #744

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Update everything #744

merged 3 commits into from
Jul 23, 2024

Conversation

dimbleby
Copy link
Contributor

mostly motivated by ruff - it is annoying when the ruff that I actually use disagrees with the precommit ruff.

Updated dependencies and vendored dependencies at the same time: because why not?

@@ -266,17 +266,6 @@ def is_egg(self) -> bool:
def is_sdist(self) -> bool:
return self.ext in {".tar.bz2", ".tar.gz", ".zip"}

@cached_property
def is_artifact(self) -> bool:
Copy link
Member

Choose a reason for hiding this comment

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

why was this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SIM103 didn't like the way that it was written: but since the code is unused it is cleaner to remove it altogether than to rearrange it

@Secrus Secrus merged commit 62b897c into python-poetry:main Jul 23, 2024
18 checks passed
@dimbleby dimbleby deleted the update-everything branch July 23, 2024 09:59
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.

2 participants