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

MNT: upgrade linters #83

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

neutrinoceros
Copy link

@neutrinoceros neutrinoceros commented Oct 26, 2024

A side effect of my work on, and based off, #82 (only the last commit is exclusive to this branch)



[tool.black]
target-version = ["py39", "py310", "py311"]
Copy link
Author

Choose a reason for hiding this comment

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

this is not needed since black 23.1.0, see https://black.readthedocs.io/en/stable/change_log.html#id85

target-version = ["py39", "py310", "py311"]

[tool.ruff]
target-version = "py39"
Copy link
Author

Choose a reason for hiding this comment

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

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