Skip to content

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jul 5, 2021

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

Update isort from 5.8.0 to 5.9.1.

Changelog

5.9.1

- Fixed 1758: projects with many files and skip_ignore set can lead to a command-line overload.

5.9.0

- Improved CLI startup time.
- Implemented 1697: Provisional support for PEP 582: skip `__pypackages__` directories by default.
- Implemented 1705: More intuitive handling of isort:skip_file comments on streams.
- Implemented 1737: Support for using action comments to avoid adding imports to individual files.
- Implemented 1750: Ability to customize output format lines.
- Implemented 1732: Support for custom sort functions.
- Implemented 1722: Improved behavior for running isort in atomic mode over Cython source files.
- Fixed (https://github.com/PyCQA/isort/pull/1695): added imports being added to doc string in some cases.
- Fixed (https://github.com/PyCQA/isort/pull/1714): in rare cases line continuation combined with tabs can output invalid code.
- Fixed (https://github.com/PyCQA/isort/pull/1726): isort ignores reverse_sort when force_sort_within_sections is true.
- Fixed 1741: comments in hanging indent modes can lead to invalid code.
- Fixed 1744: repeat noqa comments dropped when * import and non * imports exist from the same package.
- Fixed 1721: repeat noqa comments on separate from lines with force-single-line set, sometimes get dropped.

Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
- Implemented 1394: 100% branch coverage (in addition to line coverage) enforced.
- Implemented 1751: Strict typing enforcement (turned on mypy strict mode).
Links

Update Faker from 8.5.1 to 8.9.1.

Changelog

8.9.1

* Skip UnsupportedFeature's on the command line. Thanks therefromhere.

8.9.0

* Add RIPE ID. Thanks pishchalnikov.

8.8.2

* Avoid collision for ``date`` in ``datetime`` provider. Thanks mattshin.

8.8.1

* Fix ``left_digits`` ignored if ``min_value`` is given. Thanks OJFord.q

8.8.0

* Add ``iana_id``, IANA Registrar ID. Thanks pishchalnikov.

8.7.0

* Add tlds for ``th_TH`` internet provider. Thanks bact.

8.6.0

*  Add ``aba()`` method to generate ABA routing numbers. Thanks mstellon.
Links

@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

Merging #955 (3408140) into master (cb023fc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #955   +/-   ##
=======================================
  Coverage   96.81%   96.81%           
=======================================
  Files          64       64           
  Lines        3888     3888           
=======================================
  Hits         3764     3764           
  Misses        124      124           

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 cb023fc...3408140. Read the comment docs.

@sliverc sliverc closed this Jul 19, 2021
@sliverc sliverc deleted the pyup-scheduled-update-2021-07-05 branch October 5, 2021 19:49
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.

2 participants