-
-
Notifications
You must be signed in to change notification settings - Fork 90
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 #723
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #723 +/- ##
==========================================
- Coverage 83.65% 78.48% -5.17%
==========================================
Files 28 27 -1
Lines 4166 4104 -62
==========================================
- Hits 3485 3221 -264
- Misses 681 883 +202 |
03dc0d7
to
7cb35fb
Compare
updates: - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5) - [github.com/hhatto/autopep8.git: v2.1.0 → v2.3.1](https://github.com/hhatto/autopep8.git/compare/v2.1.0...v2.3.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1) - [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.14.1) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.3.3](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.3.3)
7cb35fb
to
cf0b104
Compare
for more information, see https://pre-commit.ci
"Bad chunked transfer size: {chunk_size!r}".format( | ||
chunk_size=chunk_size | ||
'Bad chunked transfer size: {chunk_size!r}'.format( | ||
chunk_size=chunk_size, |
Check failure
Code scanning / CodeQL
Potentially uninitialized local variable Error
r"https://github\.com" | ||
r"/python/cpython/blob/c39b52f/Lib/poplib\.py#user-content-L297-L302", | ||
r"^https://matrix\.to/#", # these render fully on front-end from anchors | ||
r'https://github\.com' r'/python/cpython/blob/c39b52f/Lib/poplib\.py#L297-L302', |
Check warning
Code scanning / CodeQL
Implicit string concatenation in a list Warning documentation
r'https://github\.com' | ||
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#user-content-L297-L302', |
Check warning
Code scanning / CodeQL
Implicit string concatenation in a list Warning documentation
updates:
This change is