Skip to content

Commit 6dcef3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0)
1 parent df0b3e5 commit 6dcef3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
# See https://pre-commit.com/hooks.html for info on hooks
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -21,11 +21,11 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/psf/black
24-
rev: 24.3.0
24+
rev: 24.4.2
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.3.5
29+
rev: v0.5.0
3030
hooks:
3131
- id: ruff

0 commit comments

Comments
 (0)