Skip to content

Commit

Permalink
Bump ruff from 0.0.290 to 0.0.291 (#1335)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Luciano Resende <lresende@apple.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 authored Sep 26, 2023
1 parent 8cf7210 commit 46a214c
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.290
rev: v0.0.291
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]==23.9.1",
"mdformat>0.7",
"mdformat-gfm>=0.3.5",
"ruff==0.0.290"
"ruff==0.0.291"
]

[tool.ruff.pylint]
Expand Down

0 comments on commit 46a214c

Please sign in to comment.