Skip to content

Commit 98a95ed

Browse files
[pre-commit.ci] pre-commit autoupdate (#45)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.2...v0.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26a23bd commit 98a95ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.6.2
8+
rev: v0.7.0
99
hooks:
1010
- id: ruff
1111
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
@@ -22,7 +22,7 @@ repos:
2222

2323
# Syntax check with pre-commit out-of-the-box hooks
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.6.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: check-ast
2828
- id: check-json

0 commit comments

Comments
 (0)