LibCST
LibCST copied to clipboard
Bump ufmt from 1.3.3 to 2.0.0
Bumps ufmt from 1.3.3 to 2.0.0.
Changelog
Sourced from ufmt's changelog.
v2.0.0
Feature release
- New: Support for formatting content via stdin (#71)
- New: Final report printed after formatting files (#101)
- New: Added
--quiet
flag for suppressing reports and non-error messages (#101)- New: Support for running µfmt via GitHub Actions (#107)
- New: Official Visual Studio Code extension for µfmt
- New: Refactored core API for public usage (#66)
- New: Support for passing black/µsort config factories (#66)
- New: Support for passing pre/post-processor functions (#66, #72)
- New:
ufmt_paths
now returns a generator yielding results as they complete (#76)- New: Added
return_content
flag to API to save before/after bytes on results (#75)- New: Allow raising
SkipFormatting
from pre/post-processors to skip file (#79)- Fix: Better error handling when formatting files (#68)
- Fix: Handle CRLF newlines correctly in diff output and results (#85)
- Fix: Added click and libcst to deps list (#90)
- Docs: New API reference covering high- and low-level API
- Deprecated:
ufmt_string
will be removed in v3.0, useufmt_bytes
- Breaking change: Dropped support for Python 3.6
- Breaking change: Requires µsort >= 1.0
- Breaking change:
ufmt_file
andufmt_paths
require keyword arguments$ git shortlog -s action-v1...v2.0.0 4 John Reese 2 dependabot[bot]
v2.0.0rc1
Release candidate:
- Fix: fake stdin path now resolvable on Windows (#100)
- Fix: skipped file message sent to stderr (#101)
- New: final report after formatting files (#101)
- New:
--quiet
flag for suppressing reports and non-error messages (#101)$ git shortlog -s v2.0.0b2...v2.0.0rc1 10 John Reese 1 dependabot[bot]
v2.0.0b2
... (truncated)
Commits
aa33851
Version bump v2.0.0c40b1c3
Update example versions for 2.0 release801f77e
Bump coverage from 6.2 to 6.4.3 (#108)8311273
Drop 3.6 support (#109)79e3702
Bump flake8 from 4.0.1 to 5.0.4 (#106)a6a5d51
add vscode extension documentationaa3e972
Add support for requirements in GHAfd9d4cf
Github Actions support (#107)a04cd70
Bump usort from 1.0.2 to 1.0.3 (#102)e5bc56f
Bump mypy from 0.961 to 0.971 (#104)- Additional commits viewable in compare view
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)