Skip to content

Commit 5c3034a

Browse files
[pre-commit.ci] pre-commit autoupdate (#39)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e716c4e commit 5c3034a

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
# generic verification and formatting
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
# standard end of line/end of file cleanup
1010
- id: mixed-line-ending
@@ -16,7 +16,7 @@ repos:
1616
# catch git merge/rebase problems
1717
- id: check-merge-conflict
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.1
19+
rev: v0.12.10
2020
hooks:
2121
# lint & attempt to correct failures (e.g. pyupgrade)
2222
- id: ruff

0 commit comments

Comments
 (0)