-
-
Notifications
You must be signed in to change notification settings - Fork 227
pre-commit autoupdate #1097
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
pre-commit autoupdate #1097
Conversation
daa4a95
to
b56fe12
Compare
befede3
to
4b70a20
Compare
46a80c4
to
b60da76
Compare
326783f
to
bcb5b20
Compare
Unused "type: ignore" comment
src directory doesn't need to be specified anymore (0.6+)
bcb5b20
to
259b824
Compare
pyproject.toml
Outdated
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange, why does pre-commit remove Python 3.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this line for now. Will investigate in a different PR.
PT030 `pytest.warns(UserWarning)` is too broad, set the `match` parameter or use a more specific warning
bc9d158
to
c5d444e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely, thanks
Depends on #1096 - ruff needs to be updated first.