-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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.ci] pre-commit autoupdate #3951
Conversation
.pre-commit-config.yaml
Outdated
@@ -107,7 +107,7 @@ repos: | |||
|
|||
# PyLint has native support - not always usable, but works for us | |||
- repo: https://github.com/PyCQA/pylint | |||
rev: "v2.13.8" | |||
rev: "v2.14.0-b1" |
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.
Oh, just noticed this. Might be best not to update to a beta version. This is not a PEP 441 valid specifier, it should be v2.14.0b1
or v2.14.0.b1
.
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.
Then again, it passes...
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.
Yeah, @henryiii This is the main reason I haven't merged this yet, like I usually do.
bbcc4f6
to
9eb55bf
Compare
9eb55bf
to
ae6cded
Compare
updates: - [github.com/asottile/pyupgrade: v2.32.1 → v2.33.0](asottile/pyupgrade@v2.32.1...v2.33.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.2.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.2.0) - [github.com/hadialqattan/pycln: v1.3.2 → v1.3.3](hadialqattan/pycln@v1.3.2...v1.3.3) - [github.com/PyCQA/pylint: v2.13.8 → v2.14.1](pylint-dev/pylint@v2.13.8...v2.14.1) - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](pre-commit/mirrors-mypy@v0.950...v0.960)
ae6cded
to
45f4e02
Compare
updates: