Skip to content

⬆ Bump ruff from 0.0.138 to 0.0.189#36

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ruff-0.0.189
Closed

⬆ Bump ruff from 0.0.138 to 0.0.189#36
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ruff-0.0.189

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 21, 2022

Bumps ruff from 0.0.138 to 0.0.189.

Release notes

Sourced from ruff's releases.

v0.0.189

What's Changed

New Contributors

Full Changelog: astral-sh/ruff@v0.0.188...v0.0.189

v0.0.188

What's Changed

New Contributors

Full Changelog: astral-sh/ruff@v0.0.187...v0.0.188

v0.0.187

What's Changed

Full Changelog: astral-sh/ruff@v0.0.186...v0.0.187

v0.0.186

What's Changed

New Contributors

Full Changelog: astral-sh/ruff@v0.0.185...v0.0.186

... (truncated)

Changelog

Sourced from ruff's changelog.

Breaking Changes

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)

pyproject.toml files are now resolved hierarchically, such that for each Python file, we find the first pyproject.toml file in its path, and use that to determine its lint settings.

See the README for more.

Commits
  • ef8fe31 Bump version to 0.0.189
  • 226f682 Avoid DTZ007 false-positives for non-string arguments (#1300)
  • 468ffd2 [Stylistic/non-functional] Use an r# format string to make json easier to rea...
  • a61126a Run generate-options
  • 54c7c25 Revert test changes to setup.py
  • eff7700 Add --force-exclude setting to force exclusions with pre-commit (#1295)
  • 8934f69 Avoid RET504 errors for intermediary function calls (#1294)
  • 8f0fc30 Update Arg section checking to match latest pydocstyle (#1293)
  • 4107bc8 Bump version to 0.0.188
  • 706d28c Rename PDV checks to PD (#1288)
  • 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.189.
- [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.189)

---
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 Dec 21, 2022
@github-actions
Copy link

📝 Docs preview for commit 279deaa at:

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2022

Superseded by #37.

@dependabot dependabot bot closed this Dec 22, 2022
@dependabot dependabot bot deleted the dependabot/pip/ruff-0.0.189 branch December 22, 2022 16:23
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