Skip to content

⬆ Bump ruff from 0.0.138 to 0.0.231#63

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ruff-0.0.231
Closed

⬆ Bump ruff from 0.0.138 to 0.0.231#63
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ruff-0.0.231

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 24, 2023

Copy link
Copy Markdown

Bumps ruff from 0.0.138 to 0.0.231.

Release notes

Sourced from ruff's releases.

v0.0.231

What's Changed

New Contributors

Full Changelog: astral-sh/ruff@v0.0.230...v0.0.231

v0.0.230

What's Changed

New Contributors

Full Changelog: astral-sh/ruff@v0.0.229...v0.0.230

v0.0.229

... (truncated)

Changelog

Sourced from ruff's changelog.

Breaking Changes

0.0.226

misplaced-comparison-constant (PLC2201) was deprecated in favor of SIM300 (#1980)

These two rules contain (nearly) identical logic. To deduplicate the rule set, we've upgraded SIM300 to handle a few more cases, and deprecated PLC2201 in favor of SIM300.

0.0.225

@functools.cache rewrites have been moved to a standalone rule (UP033) (#1938)

Previously, UP011 handled both @functools.lru_cache()-to-@functools.lru_cache conversions, and @functools.lru_cache(maxsize=None)-to-@functools.cache conversions. The latter has been moved out to its own rule (UP033). As such, some # noqa: UP011 comments may need to be updated to reflect the change in rule code.

0.0.222

--max-complexity has been removed from the CLI (#1877)

The McCabe plugin's --max-complexity setting has been removed from the CLI, for consistency with the treatment of other, similar settings.

To set the maximum complexity, use the max-complexity property in your pyproject.toml file, like so:

[tool.ruff.mccabe]
max-complexity = 10

0.0.181

Files excluded by .gitignore are now ignored (#1234)

Ruff will now avoid checking files that are excluded by .ignore, .gitignore, .git/info/exclude, and global gitignore files. This behavior is powered by the ignore crate, and is applied in addition to Ruff's built-in exclude system.

To disable this behavior, set respect-gitignore = false in your pyproject.toml file.

Note that hidden files (i.e., files and directories prefixed with a .) are not ignored by default.

0.0.178

Configuration files are now resolved hierarchically (#1190)

... (truncated)

Commits
  • 1c3265e Bump version to 0.0.231
  • 8001a16 [flake8-bandit] Added Rule S612 (Use of insecure logging.config.listen)...
  • 7d9c1d7 Add a note on some isort incompatibilities
  • c5cebb1 Fix outdated description of ruff's support of isort settings (#2106)
  • 8c61e8a Improve #[derive(RuleNamespace)] error handling
  • 4f33827 refactor: Simplify test_ruff_black_compatibility
  • 6481916 refactor: Collect into Result<Vec
  • 9055860 refactor: Introduce parse_doc_attr helper function
  • 991d3c1 refactor: Move Linter::url and Linter::name generation to proc macro
  • f472fbc docs(readme): add pypa cibuildwheel (#2107)
  • Additional commits viewable in compare view

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)

Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.138 to 0.0.231.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.138...v0.0.231)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 24, 2023
@github-actions

Copy link
Copy Markdown

📝 Docs preview for commit 9eedf1a at:

@dependabot @github

dependabot Bot commented on behalf of github Jan 26, 2023

Copy link
Copy Markdown
Author

Superseded by #64.

@dependabot dependabot Bot closed this Jan 26, 2023
@dependabot
dependabot Bot deleted the dependabot/pip/ruff-0.0.231 branch January 26, 2023 16:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants