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

build: reorganize build metadata (#549) #550

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

jsstevenson
Copy link
Member

No description provided.

@@ -132,7 +133,7 @@ lint.fixable = [
# W191 - tab-indentation*
# PGH003 - blanket-type-ignore
# *ignored for compatibility with formatter
lint.ignore = [
Copy link
Member

Choose a reason for hiding this comment

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

Did you not get warnings after removing this?

Copy link
Member Author

@jsstevenson jsstevenson Mar 22, 2024

Choose a reason for hiding this comment

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

It's a minor change, but in the template (https://github.com/GenomicMedLab/software-templates/blob/05c35343641086045f3c6205a2ebe7524f28d1be/python/%7B%7Bcookiecutter.project_slug%7D%7D/pyproject.toml#L69) I just have a separate primary TOML section for tool.ruff.lint rather than making each of the lint subsections live under tool.ruff (I don't think there's a functional change? unless I missed something?)

Copy link
Member Author

Choose a reason for hiding this comment

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

(line 76 being where the new section is added here)

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I didn't see line 76

@jsstevenson jsstevenson merged commit 66f1dd3 into staging Mar 22, 2024
15 checks passed
@jsstevenson jsstevenson deleted the rebase-maybe branch March 22, 2024 13:33
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