Skip to content

Commit

Permalink
Bump ruff from 0.0.259 to 0.0.260 (#1285)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.0.259 to 0.0.260

Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.259 to 0.0.260.
- [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.259...v0.0.260)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update ruff version in pre-commit config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
  • Loading branch information
dependabot[bot] and kevin-bates authored Apr 3, 2023
1 parent 1ae8480 commit 8d65aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.259
rev: v0.0.260
hooks:
- id: ruff
args: ["--fix"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lint = [
"black[jupyter]==23.1.0",
"mdformat>0.7",
"mdformat-gfm>=0.3.5",
"ruff==0.0.259"
"ruff==0.0.260"
]

[tool.ruff.pylint]
Expand Down

0 comments on commit 8d65aee

Please sign in to comment.