Skip to content

Commit 681c53b

Browse files
[pre-commit.ci] pre-commit autoupdate (#138)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d9805d0 commit 681c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: 'v0.6.9' # make sure this is consistent with with pyproject.toml
21+
rev: 'v0.7.0' # make sure this is consistent with with pyproject.toml
2222
hooks:
2323
- id: ruff
2424
args: [--fix]

0 commit comments

Comments
 (0)