Closed pyup-bot closed 3 years ago
Merging #61 (2d8e93f) into main (45ad9a2) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 8 8
Lines 397 397
Branches 97 97
=======================================
Hits 395 395
Misses 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 45ad9a2...2d8e93f. Read the comment docs.
Closing this in favor of #62
Update black from 21.5b2 to 21.6b0.
Changelog
### 21.6b0 ``` _Black_ - Fix failure caused by `fmt: skip` and indentation (2281) - Account for += assignment when deciding whether to split string (2312) - Correct max string length calculation when there are string operators (2292) - Fixed option usage when using the `--code` flag (2259) - Do not call `uvloop.install()` when _Black_ is used as a library (2303) - Added `--required-version` option to require a specific version to be running (2300) - Fix incorrect custom breakpoint indices when string group contains fake f-strings (2311) - Fix regression where `R` prefixes would be lowercased for docstrings (2285) - Fix handling of named escapes (`\N{...}`) when `--experimental-string-processing` is used (2319) ```Links
- PyPI: https://pypi.org/project/black - Changelog: https://pyup.io/changelogs/black/ - Repo: https://github.com/psf/blackUpdate mypy from 0.812 to 0.902.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/mypy - Homepage: http://www.mypy-lang.org/