Skip to content

Commit a1d7b28

Browse files
Bump ruff from 0.0.269 to 0.0.270 (#1303)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Bates <[email protected]>
1 parent f17552a commit a1d7b28

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.269
40+
rev: v0.0.270
4141
hooks:
4242
- id: ruff
4343
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lint = [
6868
"black[jupyter]==23.3.0",
6969
"mdformat>0.7",
7070
"mdformat-gfm>=0.3.5",
71-
"ruff==0.0.269"
71+
"ruff==0.0.270"
7272
]
7373

7474
[tool.ruff.pylint]

0 commit comments

Comments
 (0)