Skip to content

Commit 84b187a

Browse files
committed
Update pre-commit repos
1 parent 2661e06 commit 84b187a

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
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
6+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -24,12 +24,12 @@ repos:
2424
args: [--prose-wrap=preserve]
2525

2626
- repo: https://github.com/psf/black
27-
rev: 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0
27+
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: 0ccbb5b7942d83fbcf7cb5e0fd99633efd2351d7 # frozen: v0.3.5
32+
rev: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)