Skip to content

Commit 46a214c

Browse files
Bump ruff from 0.0.290 to 0.0.291 (#1335)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Luciano Resende <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luciano Resende <[email protected]>
1 parent 8cf7210 commit 46a214c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- id: black
3838

3939
- repo: https://github.com/charliermarsh/ruff-pre-commit
40-
rev: v0.0.290
40+
rev: v0.0.291
4141
hooks:
4242
- id: ruff
4343
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ lint = [
6767
"black[jupyter]==23.9.1",
6868
"mdformat>0.7",
6969
"mdformat-gfm>=0.3.5",
70-
"ruff==0.0.290"
70+
"ruff==0.0.291"
7171
]
7272

7373
[tool.ruff.pylint]

0 commit comments

Comments
 (0)