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

chore(deps-dev): bump ruff from 0.0.238 to 0.0.246 in /requirements #453

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps ruff from 0.0.238 to 0.0.246.

Release notes

Sourced from ruff's releases.

v0.0.246

What's Changed

Breaking Changes

Rules

CLI

Settings

Autofix

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.245...v0.0.246

v0.0.245

... (truncated)

Changelog

Sourced from ruff's changelog.

0.0.246

multiple-statements-on-one-line-def (E704) was removed (#2773)

This rule was introduced in v0.0.245. However, it turns out that pycodestyle and Flake8 ignore this rule by default, as it is not part of PEP 8. As such, we've removed it from Ruff.

0.0.245

Ruff's public check method was removed (#2709)

Previously, Ruff exposed a check method as a public Rust API. This method was used by few, if any clients, and was not well documented or supported. As such, it has been removed, with the intention of adding a stable public API in the future.

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 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)

@dependabot dependabot bot requested a review from a team as a code owner February 13, 2023 17:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 13, 2023
@github-actions github-actions bot added pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Feb 13, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/develop/ruff-0.0.246 branch 2 times, most recently from 73f484b to 1bc2d72 Compare February 13, 2023 20:26
Bumps [ruff](https:/charliermarsh/ruff) from 0.0.238 to 0.0.246.
- [Release notes](https:/charliermarsh/ruff/releases)
- [Changelog](https:/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.238...v0.0.246)

---
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 force-pushed the dependabot/pip/requirements/develop/ruff-0.0.246 branch from 1bc2d72 to 906aede Compare February 13, 2023 20:50
@@ -9,6 +9,9 @@ select = [
]
ignore = ["PLR0913"]

[tool.ruff.pylint]
max-branches = 13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non-blocking: AWS SAM CLI has a max branch limit of 12, should we update this to be consistent?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12 is the default but we had methods with 13. I didn't want to refactor within this PR so set it to 13 as the max instead.

@jfuss jfuss merged commit 1d4db50 into develop Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/ruff-0.0.246 branch February 13, 2023 22:28
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 pr/external python Pull requests that update Python code stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants