-
Notifications
You must be signed in to change notification settings - Fork 1
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 ruff to v0.1.0 #55
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
renovate
bot
changed the title
Update dependency ruff to v0.0.279
Update dependency ruff to v0.0.280
Jul 22, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 22, 2023 04:02
a55ad65
to
75bb3e7
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.280
Update dependency ruff to v0.0.281
Jul 31, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 31, 2023 22:45
75bb3e7
to
053d847
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.281
Update dependency ruff to v0.0.282
Aug 1, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
August 1, 2023 14:52
053d847
to
a97c362
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.282
Update dependency ruff to v0.0.283
Aug 8, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
August 9, 2023 19:40
acd3bce
to
d1d8d4e
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.283
Update dependency ruff to v0.0.284
Aug 9, 2023
renovate
bot
changed the title
Update dependency ruff to v0.0.284
Update dependency ruff to v0.0.285
Aug 17, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
August 17, 2023 21:50
d1d8d4e
to
6d5106d
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.285
Update dependency ruff to v0.0.286
Aug 26, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
August 26, 2023 14:47
6d5106d
to
62a173e
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.286
Update dependency ruff to v0.0.287
Sep 1, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
September 1, 2023 18:34
62a173e
to
a9f7cbe
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.287
Update dependency ruff to v0.0.288
Sep 11, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
September 11, 2023 19:47
a9f7cbe
to
25aaf85
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.288
Update dependency ruff to v0.0.289
Sep 12, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
September 12, 2023 17:39
25aaf85
to
45ef4c6
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.289
Update dependency ruff to v0.0.290
Sep 15, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
September 15, 2023 22:50
45ef4c6
to
042b31b
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.290
Update dependency ruff to v0.0.291
Sep 22, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
September 22, 2023 21:46
042b31b
to
547377b
Compare
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
October 2, 2023 20:10
547377b
to
632fe9c
Compare
renovate
bot
changed the title
Update dependency ruff to v0.0.291
Update dependency ruff to v0.0.292
Oct 2, 2023
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
==========================================
+ Coverage 49.02% 52.71% +3.69%
==========================================
Files 20 17 -3
Lines 512 368 -144
==========================================
- Hits 251 194 -57
+ Misses 261 174 -87 ☔ View full report in Codecov by Sentry. |
renovate
bot
changed the title
Update dependency ruff to v0.0.292
Update dependency ruff to v0.0.292 - autoclosed
Oct 14, 2023
renovate
bot
changed the title
Update dependency ruff to v0.0.292 - autoclosed
Update dependency ruff to v0.0.292
Oct 16, 2023
renovate
bot
changed the title
Update dependency ruff to v0.0.292
Update dependency ruff to v0.1.0
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
October 16, 2023 23:28
b0cb476
to
7e9aef3
Compare
renovate
bot
force-pushed
the
renovate/ruff-0.x
branch
from
October 16, 2023 23:31
7e9aef3
to
a82a5fd
Compare
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:
==0.0.292
->==0.1.0
Release Notes
astral-sh/ruff (ruff)
v0.1.0
Compare Source
Breaking changes
format
setting has been removed (#7984)format
setting cannot be used to configure the output format, useoutput-format
insteadRUFF_FORMAT
environment variable is ignored, useRUFF_OUTPUT_FORMAT
instead--format
option has been removed fromruff check
, use--output-format
insteadRule changes
reimplemented-starmap
(FURB140
) to catch calls with a single and starred argument (#7768)RUF015
(#7848)SIM15
to allowopen
followed byclose
(#7916)msgspec.Struct
default-copy semantics inRUF012
(#7786)sqlalchemy
methods to `flake8-boolean-trap`` exclusion list (#7874)PLR1714
(#7910)PIE804
(#7884)PLC0208
(#7887)PYI055
(#7886)non-pep695-type-alias
to require--unsafe-fixes
outside of stub files (#7836)UP018
(#7913)PLW3201
to supportEnum
sunder names (#7987)Preview features
unnecessary-key-check
to simplifykey in dct and dct[key]
todct.get(key)
(#7895)assignment-in-assert
to prevent walrus expressions in assert statements (#7856)refurb
] Addsingle-item-membership-test
(FURB171
) (#7815)pylint
] Addand-or-ternary
(R1706
) (#7811)New rules are added in preview.
Configuration
unsafe-fixes
setting (#7769)extend-safe-fixes
andextend-unsafe-fixes
for promoting and demoting fixes (#7841)CLI
--unsafe-fixes
option for opt-in to display and apply unsafe fixes (#7769)--format
option in warning (#7837)--check
(#7788)check --diff
to include unsafe fix hints (#7790)cell
field to JSON output format (#7664)Safe
,Unsafe
, andDisplay
(#7843)Bug fixes
SIM110
with a yield in the condition (#7801)C414
fixes (#7775)unnecessary-enumerate
len
suggestion (#7781)SIM101
(#7798)E251
false positive inside f-strings (#7894)stdin
(#7789)ruff rule
(#7812)--unfixable
inISC
rules (#7917)PIE804
(#7922)PTH118
forPath.joinpath
with starred arguments (#7852)outdated-version-block
when using greater than comparisons (#7920)gettext
calls (#7898)PLR6301
(#7933)TCH004
(#7968)cache-dir
relative to project root (#7962)TCH003
(#7954)line-length
(#7883)coalesce
keyword (#7876)Documentation
reimplemented-starmap
performance effects (#7846)PLR6301
(#7831)UP038
docs to note that it results in slower code (#7872)unnecessary-subscript-reversal
(#7774)FURB177
example (#7832)Formatter
ruff format
message (#7867)ruff_python_formatter
generate.py comment (#7850)Playground
Quick Fix
action (#7824)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 has been generated by Mend Renovate. View repository job log here.