Skip to content

Commit

Permalink
Bump ruff from 0.2.2 to 0.3.0 (#1374)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luciano Resende <lresende@apple.com>
  • Loading branch information
dependabot[bot] and lresende committed Mar 9, 2024
1 parent a1f9707 commit 6b28a75
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.2.2
rev: v0.3.0
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 @@ -67,7 +67,7 @@ lint = [
"black[jupyter]==24.2.0",
"mdformat>0.7",
"mdformat-gfm>=0.3.5",
"ruff==0.2.2"
"ruff==0.3.0"
]

[tool.ruff.pylint]
Expand Down

0 comments on commit 6b28a75

Please sign in to comment.