-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump black from 22.8.0 to 22.10.0 #81
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.8.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 7, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 111 111
=========================================
Hits 111 111 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dependabot merge
…On Thu, Oct 6, 2022 at 19:08 dependabot[bot] ***@***.***> wrote:
Bumps black <https://github.com/psf/black> from 22.8.0 to 22.10.0.
Release notes
*Sourced from black's releases <https://github.com/psf/black/releases>.*
22.10.0 Highlights
- Runtime support for Python 3.6 has been removed. Formatting 3.6 code
will still be supported until further notice.
Stable style
- Fix a crash when # fmt: on is used on a different block level than #
fmt: off (#3281
<https://github-redirect.dependabot.com/psf/black/issues/3281>)
Preview style
- Fix a crash when formatting some dicts with parenthesis-wrapped long
string keys (#3262
<https://github-redirect.dependabot.com/psf/black/issues/3262>)
Configuration
- .ipynb_checkpoints directories are now excluded by default (#3293
<https://github-redirect.dependabot.com/psf/black/issues/3293>)
- Add --skip-source-first-line / -x option to ignore the first line of
source code while formatting (#3299
<https://github-redirect.dependabot.com/psf/black/issues/3299>)
Packaging
- Executables made with PyInstaller will no longer crash when
formatting several files at once on macOS. Native x86-64 executables for
macOS are available once again. (#3275
<https://github-redirect.dependabot.com/psf/black/issues/3275>)
- Hatchling is now used as the build backend. This will not have any
effect for users who install Black with its wheels from PyPI. (#3233
<https://github-redirect.dependabot.com/psf/black/issues/3233>)
- Faster compiled wheels are now available for CPython 3.11 (#3276
<https://github-redirect.dependabot.com/psf/black/issues/3276>)
*Blackd*
- Windows style (CRLF) newlines will be preserved (#3257
<https://github-redirect.dependabot.com/psf/black/issues/3257>).
Integrations
- Vim plugin: add flag (g:black_preview) to enable/disable the preview
style (#3246
<https://github-redirect.dependabot.com/psf/black/issues/3246>)
- Update GitHub Action to support formatting of Jupyter Notebook files
via a jupyter option (#3282
<https://github-redirect.dependabot.com/psf/black/issues/3282>)
- Update GitHub Action to support use of version specifiers (e.g. <23)
for Black version (#3265
<https://github-redirect.dependabot.com/psf/black/issues/3265>)
Changelog
*Sourced from black's changelog
<https://github.com/psf/black/blob/main/CHANGES.md>.*
22.10.0 Highlights
- Runtime support for Python 3.6 has been removed. Formatting 3.6 code
will still be supported until further notice.
Stable style
- Fix a crash when # fmt: on is used on a different block level than #
fmt: off (#3281
<https://github-redirect.dependabot.com/psf/black/issues/3281>)
Preview style
- Fix a crash when formatting some dicts with parenthesis-wrapped long
string keys (#3262
<https://github-redirect.dependabot.com/psf/black/issues/3262>)
Configuration
- .ipynb_checkpoints directories are now excluded by default (#3293
<https://github-redirect.dependabot.com/psf/black/issues/3293>)
- Add --skip-source-first-line / -x option to ignore the first line of
source code while formatting (#3299
<https://github-redirect.dependabot.com/psf/black/issues/3299>)
Packaging
- Executables made with PyInstaller will no longer crash when
formatting several files at once on macOS. Native x86-64 executables for
macOS are available once again. (#3275
<https://github-redirect.dependabot.com/psf/black/issues/3275>)
- Hatchling is now used as the build backend. This will not have any
effect for users who install Black with its wheels from PyPI. (#3233
<https://github-redirect.dependabot.com/psf/black/issues/3233>)
- Faster compiled wheels are now available for CPython 3.11 (#3276
<https://github-redirect.dependabot.com/psf/black/issues/3276>)
*Blackd*
- Windows style (CRLF) newlines will be preserved (#3257
<https://github-redirect.dependabot.com/psf/black/issues/3257>).
Integrations
- Vim plugin: add flag (g:black_preview) to enable/disable the preview
style (#3246
<https://github-redirect.dependabot.com/psf/black/issues/3246>)
- Update GitHub Action to support formatting of Jupyter Notebook files
via a jupyter option (#3282
<https://github-redirect.dependabot.com/psf/black/issues/3282>)
- Update GitHub Action to support use of version specifiers (e.g. <23)
for Black version (#3265
<https://github-redirect.dependabot.com/psf/black/issues/3265>)
Commits
- 27d2014
<psf/black@27d2014>
Prepare release 22.10.0 (#3311
<https://github-redirect.dependabot.com/psf/black/issues/3311>)
- 4da0851
<psf/black@4da0851>
Add option to skip the first line of source code (#3299
<https://github-redirect.dependabot.com/psf/black/issues/3299>)
- 0359b85
<psf/black@0359b85>
Preserve crlf line endings in blackd (#3257
<https://github-redirect.dependabot.com/psf/black/issues/3257>)
- 27d7ea4
<psf/black@27d7ea4>
Bump docutils from 0.18.1 to 0.19 in /docs (#3161
<https://github-redirect.dependabot.com/psf/black/issues/3161>)
- 1a20c4d
<psf/black@1a20c4d>
Bump sphinx from 5.2.1 to 5.2.3 in /docs (#3305
<https://github-redirect.dependabot.com/psf/black/issues/3305>)
- 980997f
<psf/black@980997f>
Bump furo from 2022.9.15 to 2022.9.29 in /docs (#3304
<https://github-redirect.dependabot.com/psf/black/issues/3304>)
- b1077aa
<psf/black@b1077aa>
Bump myst-parser from 0.18.0 to 0.18.1 in /docs (#3303
<https://github-redirect.dependabot.com/psf/black/issues/3303>)
- 956bf39
<psf/black@956bf39>
Add .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293
<https://github-redirect.dependabot.com/psf/black/issues/3293>)
- 141291a
<psf/black@141291a>
Enable build isolation under CIWB (#3297
<https://github-redirect.dependabot.com/psf/black/issues/3297>)
- ddb9924
<psf/black@ddb9924>
Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (#3290
<https://github-redirect.dependabot.com/psf/black/issues/3290>)
- Additional commits viewable in compare view
<psf/black@22.8.0...22.10.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#81
Commit Summary
- b08dd63
<b08dd63>
Bump black from 22.8.0 to 22.10.0
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/81/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/81/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(39)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/81.patch
- https://github.com/mikelane/reddit-get/pull/81.diff
—
Reply to this email directly, view it on GitHub
<#81>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYIBNLVAU5QNLN5HIITWB6A2XANCNFSM6AAAAAAQ7FJ2LQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps black from 22.8.0 to 22.10.0.
Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
27d2014
Prepare release 22.10.0 (#3311)4da0851
Add option to skip the first line of source code (#3299)0359b85
Preserve crlf line endings in blackd (#3257)27d7ea4
Bump docutils from 0.18.1 to 0.19 in /docs (#3161)1a20c4d
Bump sphinx from 5.2.1 to 5.2.3 in /docs (#3305)980997f
Bump furo from 2022.9.15 to 2022.9.29 in /docs (#3304)b1077aa
Bump myst-parser from 0.18.0 to 0.18.1 in /docs (#3303)956bf39
Add .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293)141291a
Enable build isolation under CIWB (#3297)ddb9924
Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (#3290)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@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)