Skip to content

Commit e5f7ab6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.4.8](astral-sh/ruff-pre-commit@v0.2.1...v0.4.8) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent b37100c commit e5f7ab6

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 24.4.2
44
hooks:
55
- id: black
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.2.1
8+
rev: v0.4.8
99
hooks:
1010
- id: ruff
1111
args: [--fix]
@@ -16,7 +16,7 @@ repos:
1616
- id: alex
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v4.6.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: check-merge-conflict

0 commit comments

Comments
 (0)