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

core: bump ruff from 0.6.0 to 0.6.1 #10964

Merged
merged 1 commit into from
Aug 19, 2024
Merged

core: bump ruff from 0.6.0 to 0.6.1 #10964

merged 1 commit into from
Aug 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps ruff from 0.6.0 to 0.6.1.

Release notes

Sourced from ruff's releases.

0.6.1

Release Notes

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)

Contributors

Install ruff 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-installer.ps1 | iex"

Download ruff 0.6.1

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.1

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)
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.6.0 to 0.6.1.
- [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.6.0...0.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 04:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
Copy link

netlify bot commented Aug 19, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit c7768f2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66c2c8be9eef930008c2f7b5

Copy link

netlify bot commented Aug 19, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c7768f2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66c2c8be23b907000812f49e

@BeryJu BeryJu merged commit d43ce7b into main Aug 19, 2024
65 of 66 checks passed
@BeryJu BeryJu deleted the dependabot/pip/ruff-0.6.1 branch August 19, 2024 11:44
kensternberg-authentik added a commit that referenced this pull request Aug 26, 2024
* main: (36 commits)
  website/developer-docs: update index.md (#10958)
  docsmg/README.md: Fix typos (#10956)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#10978)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#10976)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#10977)
  web: bump @patternfly/elements from 3.0.2 to 4.0.0 in /web (#10989)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#10979)
  web: bump the swc group across 2 directories with 11 updates (#10988)
  web: bump typescript-eslint from 8.1.0 to 8.2.0 in /web (#10990)
  web: bump @goauthentik/api from 2024.6.3-1723645891 to 2024.6.3-1723921843 in /web/sfe (#10991)
  providers/saml: fix incorrect migration for sign_response (#10975)
  web: bump rollup from 4.20.0 to 4.21.0 in /web (#10969)
  website/docs: fix formatting on CVE-2024-23647 (#10955)
  core: bump ruff from 0.6.0 to 0.6.1 (#10964)
  rbac: generate blueprint schema permissions from defined models not DB (#10962)
  web: bump the swc group across 2 directories with 11 updates (#10967)
  core: bump goauthentik.io/api/v3 from 3.2024063.11 to 3.2024063.12 (#10963)
  web: bump the rollup group across 1 directory with 3 updates (#10966)
  web: bump esbuild from 0.23.0 to 0.23.1 in /web (#10970)
  web: bump rollup from 4.20.0 to 4.21.0 in /web/sfe (#10971)
  ...
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant