-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency isort to v5.13.2 #26
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/isort-5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
October 8, 2020 13:49
acc78fc
to
035cf77
Compare
renovate
bot
changed the title
Update dependency isort to v5.6.0
Update dependency isort to v5.6.1
Oct 8, 2020
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
October 10, 2020 11:41
035cf77
to
a79ac25
Compare
renovate
bot
changed the title
Update dependency isort to v5.6.1
Update dependency isort to v5.6.2
Oct 10, 2020
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
October 11, 2020 08:31
a79ac25
to
5c135e3
Compare
renovate
bot
changed the title
Update dependency isort to v5.6.2
Update dependency isort to v5.6.3
Oct 11, 2020
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
October 13, 2020 06:46
5c135e3
to
86d504c
Compare
renovate
bot
changed the title
Update dependency isort to v5.6.3
Update dependency isort to v5.6.4
Oct 13, 2020
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
January 6, 2021 13:01
86d504c
to
2ed856f
Compare
renovate
bot
changed the title
Update dependency isort to v5.6.4
Update dependency isort to v5.7.0
Jan 6, 2021
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
April 26, 2021 17:53
2ed856f
to
2c6faef
Compare
renovate
bot
changed the title
Update dependency isort to v5.7.0
Update dependency isort to v5.8.0
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
October 18, 2021 20:52
2c6faef
to
82f209f
Compare
renovate
bot
changed the title
Update dependency isort to v5.8.0
Update dependency isort to v5.9.3
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
March 7, 2022 14:24
82f209f
to
5dd80e9
Compare
renovate
bot
changed the title
Update dependency isort to v5.9.3
Update dependency isort to v5.10.1
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
March 17, 2023 02:05
5dd80e9
to
5e5437e
Compare
renovate
bot
changed the title
Update dependency isort to v5.10.1
Update dependency isort to v5.12.0
Mar 17, 2023
renovate
bot
changed the title
Update dependency isort to v5.12.0
Update dependency isort to v5.13.0
Dec 9, 2023
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
December 9, 2023 17:04
5e5437e
to
d83d7ef
Compare
renovate
bot
changed the title
Update dependency isort to v5.13.0
Update dependency isort to v5.13.1
Dec 11, 2023
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
December 11, 2023 22:52
d83d7ef
to
f706a26
Compare
renovate
bot
force-pushed
the
renovate/isort-5.x
branch
from
December 13, 2023 21:04
f706a26
to
9a58bf1
Compare
renovate
bot
changed the title
Update dependency isort to v5.13.1
Update dependency isort to v5.13.2
Dec 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
==5.2.2
->==5.13.2
Release Notes
pycqa/isort (isort)
v5.13.2
Compare Source
v5.13.1
Compare Source
v5.13.0
Compare Source
v5.12.0
Compare Source
v5.11.5
Compare Source
v5.11.4
Compare Source
v5.11.3
Compare Source
v5.11.2
Compare Source
v5.11.1
Compare Source
colorama.init
ifcolorama
is available (#2032) @tomaarsenv5.11.0
Compare Source
black
compatibility for.pyi
files @XuehaiPanblack
, plus three settings. (#1926) @mauritsvanreeslines_before_imports
appending lines after comments (#1861) @legaumulti_line_output = 3
from "Compatibility with black" (#1858) @jdufresnev5.10.1
Compare Source
v5.10.0
Compare Source
tomli
for pyproject.toml configuration loader.Potentially breaking changes:
_ast
module incorrectly excluded from stdlib definition.v5.9.3
Compare Source
--from-first
CLI flag shouldn't take any arguments.v5.9.2
Compare Source
isort --check --atomic
against Cython files.__init__.py
files during placement.v5.9.1
Compare Source
v5.9.0
Compare Source
__pypackages__
directories by default.Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
v5.8.0
Compare Source
-j
) now defaults to number of CPU cores if no value is provided.--overwrite-in-place
to ensure same file handle is used after sorting.--extend-skip
and--extend-skip-glob
.v5.7.0
Compare Source
isort.file
.v5.6.4
Compare Source
v5.6.3
Compare Source
v5.6.2
Compare Source
Goal Zero: (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
v5.6.1
Compare Source
v5.6.0
Compare Source
.pxd
files.isort . --show-files
.Potentially breaking changes:
Goal Zero: (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
v5.5.5
Compare Source
v5.5.4
Compare Source
v5.5.3
Compare Source
yield from
orraise from
statements.v5.5.2
Compare Source
v5.5.1
Compare Source
v5.5.0
Compare Source
combine_star
is set.Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
Potentially breaking changes:
ERROR:
messages for files that contain incorrect imports within stdout you will now need to look in stderr.v5.4.2
Compare Source
v5.4.1
Compare Source
v5.4.0
Compare Source
v5.3.2
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
Internal Development:
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.