Merged
Conversation
Contributor
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
57b5db3 to
adf5d0b
Compare
60f7245 to
193488d
Compare
06bcf9c to
a468c45
Compare
b0f82e7 to
6e1492c
Compare
0b9c3ca to
a55dc72
Compare
603707e to
9946b51
Compare
4576fb8 to
5f6a9eb
Compare
5f6a9eb to
04b9948
Compare
NaffanDroo
approved these changes
Dec 12, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
v4->v5v3.14.0->v3.15.0v3->v41.5.1->1.7.13.4.0->3.6.0v1.5.1->v1.7.1v3.4.0->v3.6.0v4.4.0->v4.5.023.9.1->23.12.05.12.0->5.13.17.4.2->7.4.3^6.0.0->^7.0.03.3.1->3.5.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
actions/setup-python (actions/setup-python)
v5Compare Source
asottile/pyupgrade (asottile/pyupgrade)
v3.15.0Compare Source
google-github-actions/release-please-action (google-github-actions/release-please-action)
v4Compare Source
python/mypy (mypy)
v1.7.1Compare Source
v1.7.0Compare Source
v1.6.1Compare Source
v1.6.0Compare Source
pre-commit/pre-commit (pre-commit)
v3.6.0Compare Source
==================
Features
minimum_pre_commit_versionfirst when parsing configs.Fixes
importlib.resources.Updating
v3.5.0Compare Source
==================
Features
check-hooks-applyandcheck-useless-excludes.Fixes
time.monotonic()for more accurate hook timing.Migrating
language: nodehooks.pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)
v1.7.1Compare Source
v1.7.0Compare Source
v1.6.1Compare Source
v1.6.0Compare Source
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v4.5.0Compare Source
psf/black (psf/black)
v23.12.0Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--previewmode will be in the 2024 stable style.Stable style
# fmt: offautomatically dedents when used with the--line-rangesoption, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length(#4086)functions or class definitions (#4066) (#4103)
Configuration
--line-rangesnow skips Black's internal stability check in--safemode. Thisavoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
Integrations
v23.11.0Compare Source
Highlights
--line-rangescommand-line option(#4020)
Stable style
await (a ** b)(#3994)fixes a crash (#4019)
Preview style
less (#3964)
indented less (#3992)
now preserved (#4005)
caseblocks were not split into multiple lines. Also enablegeneral trailing comma rules on
caseblocks (#4024)class definition (#4028)
Configuration
--include(#3976)Performance
Integrations
formatter (#3940)
v23.10.1Compare Source
Highlights
Preview style
Packaging
Integrations
summaryparameter. (#3958)
Documentation
https://github.com/psf/black/issues/39683968
v23.10.0Compare Source
Stable style
Preview style
multiple lines (#3899)
Configuration
BLACK_CACHE_DIRis set (#3937)Parser
typewere not acccepted insidematchstatements(#3950)
(#3949)
Output
code (#3933)
(#3938)
Integrations
pycqa/isort (pycqa/isort)
v5.13.1Compare Source
v5.13.0Compare Source
pytest-dev/pytest (pytest)
v7.4.3: pytest 7.4.3 (2023-10-24)Compare Source
Bug Fixes
#10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.
#11239: Fixed
:=in asserts impacting unrelated test cases.#11439: Handled an edge case where :data:
sys.stderrmight already be closed when :ref:faulthandleris tearing down.pytest-dev/pytest-bdd (pytest-bdd)
v7.0.1Compare Source
pytest_unconfigureis called beforepytest_configure.#​362 <https://github.com/pytest-dev/pytest-bdd/issues/362>_#​641 <https://github.com/pytest-dev/pytest-bdd/pull/641>_v7.0.0Compare Source
parsers.renow does afullmatch <https://docs.python.org/3/library/re.html#re.fullmatch>_ instead of a partial match. This is to make it work just like the other parsers, since they don't ignore non-matching characters at the end of the string.#​539 <https://github.com/pytest-dev/pytest-bdd/pull/539>_#​627 <https://github.com/pytest-dev/pytest-bdd/pull/627>_#​628 <https://github.com/pytest-dev/pytest-bdd/pull/628>_#​623 <https://github.com/pytest-dev/pytest-bdd/pull/623>_ by@dcendents <https://github.com/dcendents>_#​600 <https://github.com/pytest-dev/pytest-bdd/pull/600>_pytest-dev/pytest-xdist (pytest-xdist)
v3.5.0Compare Source
===============================
Features
#​632 <https://github.com/pytest-dev/pytest-xdist/issues/632>_:--dist=loadscopenow sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle.v3.4.0Compare Source
===============================
Features
#​963 <https://github.com/pytest-dev/pytest-xdist/issues/963>_: Wait for workers to finish reporting when test run stops early.This makes sure that the results of in-progress tests are displayed.
Previously these reports were being discarded, losing information about the
test run.
#​965 <https://github.com/pytest-dev/pytest-xdist/issues/965>_: Added support for Python 3.12.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.