Skip to content
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

build(deps-dev): bump ruff from 0.7.1 to 0.8.2 #392

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps ruff from 0.7.1 to 0.8.2.

Release notes

Sourced from ruff's releases.

0.8.2

Release Notes

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.8.2

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)

0.8.1

Preview features

  • Formatter: Avoid invalid syntax for format-spec with quotes for all Python versions (#14625)
  • Formatter: Consider quotes inside format-specs when choosing the quotes for an f-string (#14493)
  • Formatter: Do not consider f-strings with escaped newlines as multiline (#14624)
  • Formatter: Fix f-string formatting in assignment statement (#14454)
  • Formatter: Fix unnecessary space around power operator (**) in overlong f-string expressions (#14489)
  • [airflow] Avoid implicit schedule argument to DAG and @dag (AIR301) (#14581)
  • [flake8-builtins] Exempt private built-in modules (A005) (#14505)
  • [flake8-pytest-style] Fix pytest.mark.parametrize rules to check calls instead of decorators (#14515)
  • [flake8-type-checking] Implement runtime-cast-value (TC006) (#14511)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.8.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.1...0.8.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 6, 2024
@dependabot dependabot bot requested a review from frgfm December 6, 2024 05:05
@github-actions github-actions bot added the topic: build Related to build, installation & CI label Dec 6, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/[email protected] None 0 25.7 kB hukkin
pypi/[email protected] None 0 25.9 kB atdt
pypi/[email protected] None 0 11.5 kB guido, hauntsaninja, ilevkivskyi, ...2 more
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe +21 54.3 MB ambv, guido, hauntsaninja, ...8 more
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 42.9 MB ambv, guido, hauntsaninja, ...8 more
pypi/[email protected] environment, filesystem, network, shell 0 151 kB evkalinin
pypi/[email protected] environment, eval, filesystem, shell 0 2.39 MB brettcannon, dstufft, pf_moore, ...1 more
pypi/[email protected] environment, eval, filesystem, network, shell 0 2.66 MB elic
pypi/[email protected] environment, shell Transitive: eval, filesystem +4 498 kB Julian, Ofekmeister, ronny
pypi/[email protected] environment, filesystem, network, shell 0 215 kB The_Compiler, flub, goodboy, ...3 more
pypi/[email protected] environment, eval, filesystem, network, shell Transitive: unsafe +55 586 MB
pypi/[email protected] network Transitive: environment, eval, filesystem, shell, unsafe +28 107 MB Twixes, fraserhopper, marius-at-posthog, ...2 more
pypi/[email protected] environment, eval, network, shell 0 336 kB Twixes, fraserhopper, marius-at-posthog, ...2 more
pypi/[email protected] environment, eval, filesystem, network, shell 0 347 kB asottile
pypi/[email protected] environment, eval, filesystem, network, shell 0 365 kB asottile
pypi/[email protected] environment, eval, filesystem, network 0 354 kB beorn7, csmarchbanks
pypi/[email protected] environment, network 0 94.5 kB trallnag
pypi/[email protected] environment, network 0 82.5 kB trallnag
pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 876 kB eliben
pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 8.51 MB samuelcolvin
pypi/[email protected] environment, filesystem Transitive: eval, network, shell, unsafe +22 105 MB samuelcolvin
pypi/[email protected] environment, filesystem 0 386 kB samuelcolvin
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 4.04 MB dmontagu, samuelcolvin
pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 3.5 MB dmontagu, samuelcolvin
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 43.1 MB Anteru, gbrandl, mitsuhiko
pypi/[email protected] None 0 0 B
pypi/[email protected] environment, filesystem, network Transitive: eval, shell +4 21.1 MB jpadilla
pypi/[email protected] eval, network Transitive: environment, filesystem, shell +6 20.8 MB Andrew.Svetlov, hpk, m.seifert, ...2 more
pypi/[email protected] eval, network 0 239 kB Andrew.Svetlov, hpk, m.seifert, ...2 more
pypi/[email protected] environment, eval, filesystem, network, shell 0 245 kB ionel
pypi/[email protected] environment, eval, filesystem, network, shell 0 247 kB ionel
pypi/[email protected] None 0 19.8 kB samuelcolvin
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe +2 5.11 MB The_Compiler, anatoly, flub, ...4 more
pypi/[email protected] None 0 0 B
pypi/[email protected] environment, eval, filesystem, shell, unsafe Transitive: network +4 21.8 MB dateutilbot, jarondl, pganssle, ...1 more
pypi/[email protected] environment, eval, filesystem, shell Transitive: network, unsafe +26 106 MB bbc, theskumar
pypi/[email protected] environment, eval, filesystem, shell 0 160 kB bbc, theskumar
pypi/[email protected] environment, eval, filesystem 0 48.3 kB ahupp
pypi/[email protected] filesystem 0 136 kB Kludex, andrew_d, tomchristie
pypi/[email protected] environment, eval, filesystem, network Transitive: shell, unsafe +55 582 MB ingy, nitzmahone, tinita
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 477 kB Lukasa, graffatcolmingov, nateprewitt
pypi/[email protected] environment, eval, filesystem 0 957 kB willmcgugan
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 36.7 MB astral-bot, crmarsh, zanie
pypi/[email protected] environment, filesystem, network 0 740 kB aws
pypi/[email protected] environment, filesystem, network, shell, unsafe 0 1.33 MB getsentry, mitsuhiko
pypi/[email protected] environment, filesystem, network, shell, unsafe 0 1.41 MB getsentry, mitsuhiko
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 7.15 MB abravalheri, dstufft, jaraco
pypi/[email protected] None 0 0 B
pypi/[email protected] environment, filesystem 0 134 kB gutworth
pypi/[email protected] eval, filesystem 0 48.1 kB
pypi/[email protected] environment, filesystem, network 0 63.7 kB choldgraf, ebp-bot
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe +59 603 MB AA-Turner, tk0miya
pypi/[email protected] environment, filesystem 0 282 kB Peque
pypi/[email protected] filesystem 0 379 kB ilevkivskyi
pypi/[email protected] environment, eval, filesystem, network, shell, unsafe 0 61.3 MB CaselIT
pypi/[email protected] environment, eval 0 111 kB tiangolo
pypi/[email protected] environment, eval, filesystem, network, shell 0 1.49 MB tiangolo
pypi/[email protected] environment, eval, filesystem, network Transitive: shell, unsafe +2 7.5 MB Kludex, tomchristie
pypi/[email protected] filesystem 0 48.5 kB encukou, hauntsaninja, hukkin
pypi/[email protected] environment 0 77.2 kB typeshed_bot
pypi/[email protected] environment 0 79.8 kB typeshed_bot
pypi/[email protected] None 0 27.2 kB typeshed_bot
pypi/[email protected] None 0 43.2 kB typeshed_bot
pypi/[email protected] environment 0 55.3 kB typeshed_bot
pypi/[email protected] environment 0 64 kB typeshed_bot
pypi/[email protected] None 0 38.4 kB typeshed_bot
pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 345 kB JelleZijlstra, guido, hauntsaninja, ...3 more
pypi/[email protected] environment, eval, filesystem, network, unsafe 0 1.18 MB SethMichaelLarson, shazow
pypi/[email protected] environment, filesystem, network +4 351 kB tomchristie
pypi/[email protected] environment, filesystem, network, shell 0 429 kB Kludex, tomchristie
pypi/[email protected] environment, eval, filesystem, network, shell +2 7.78 MB gaborbernat, pf_moore
pypi/[email protected] environment, eval, filesystem, shell, unsafe 0 488 kB agronholm, joeforker, natefoo

View full report↗︎

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.83%. Comparing base (40cda4a) to head (e46bfb4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #392   +/-   ##
=======================================
  Coverage   84.83%   84.83%           
=======================================
  Files          35       35           
  Lines         996      996           
=======================================
  Hits          845      845           
  Misses        151      151           
Flag Coverage Δ
backend 84.35% <ø> (ø)
client 92.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #393.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/ruff-0.8.2 branch December 13, 2024 05:56
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 topic: build Related to build, installation & CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant