Skip to content

Bump black from 20.8b1 to 21.5b1 - #50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/black-21.5b1
Closed

Bump black from 20.8b1 to 21.5b1#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/black-21.5b1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 17, 2021

Copy link
Copy Markdown

Bumps black from 20.8b1 to 21.5b1.

Release notes

Sourced from black's releases.

21.5b1

Black

  • Refactor src/black/__init__.py into many files (#2206)

Documentation

  • Replaced all remaining references to the master branch with the main branch. Some additional changes in the source code were also made. (#2210)
  • Sigificantly reorganized the documentation to make much more sense. Check them out by heading over to the stable docs on RTD. (#2174)

21.5b0

Black

  • Set --pyi mode if --stdin-filename ends in .pyi (#2169)
  • Stop detecting target version as Python 3.9+ with pre-PEP-614 decorators that are being called but with no arguments (#2182)

Black-Primer

  • Add --no-diff to black-primer to suppress formatting changes (#2187)

21.4b2

Black

  • Fix crash if the user configuration directory is inaccessible. (#2158)

  • Clarify circumstances in which Black may change the AST (#2159)

Packaging

  • Install primer.json (used by black-primer by default) with black. (#2154)

21.4b1

Black

  • Fix crash on docstrings ending with "\ ". (#2142)

  • Fix crash when atypical whitespace is cleaned out of dostrings (#2120)

  • Reflect the --skip-magic-trailing-comma and --experimental-string-processing flags in the name of the cache file. Without this fix, changes in these flags would not take effect if the cache had already been populated. (#2131)

  • Don't remove necessary parentheses from assignment expression containing assert / return statements. (#2143)

Packaging

... (truncated)

Changelog

Sourced from black's changelog.

21.5b1

Black

  • Refactor src/black/__init__.py into many files (#2206)

Documentation

  • Replaced all remaining references to the master branch with the main branch. Some additional changes in the source code were also made. (#2210)
  • Sigificantly reorganized the documentation to make much more sense. Check them out by heading over to the stable docs on RTD. (#2174)

21.5b0

Black

  • Set --pyi mode if --stdin-filename ends in .pyi (#2169)
  • Stop detecting target version as Python 3.9+ with pre-PEP-614 decorators that are being called but with no arguments (#2182)

Black-Primer

  • Add --no-diff to black-primer to suppress formatting changes (#2187)

21.4b2

Black

  • Fix crash if the user configuration directory is inaccessible. (#2158)

  • Clarify circumstances in which Black may change the AST (#2159)

  • Allow .gitignore rules to be overridden by specifying exclude in pyproject.toml or on the command line. (#2170)

Packaging

  • Install primer.json (used by black-primer by default) with black. (#2154)

21.4b1

Black

  • Fix crash on docstrings ending with "\ ". (#2142)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.5b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabotdependabotBot mentioned this pull request May 17, 2021
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #50 (2582a1d) into main (4a0f2af) will decrease coverage by 1.31%.
The diff coverage is 7.69%.

Impacted file tree graph

@@ Coverage Diff @@## main #50 +/- ##
==========================================
- Coverage 37.17% 35.85% -1.32% 
==========================================
Files 5 5 Lines 191 198 +7 Branches 27 29 +2 ==========================================
Hits 71 71 - Misses 110 117 +7 
Partials 10 10 
Impacted FilesCoverage Δ
flogging/version.py0.00% <0.00%> (ø)
flogging/flogging.py37.63% <8.33%> (-1.48%)⬇️

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 e07f74d...2582a1d. Read the comment docs.

@dependabot@github

dependabotBot commented on behalf of githubJun 7, 2021

Copy link
Copy Markdown
Author

Superseded by #56.

@dependabotdependabotBot closed this Jun 7, 2021
@dependabot
dependabotBot deleted the dependabot/pip/black-21.5b1 branch June 7, 2021 04:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codecov-commenter