Skip to content

Commit 8f100e5

Browse files
Update pre-commit repos (#588)
1 parent 1ffe782 commit 8f100e5

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: check-added-large-files
99
- id: check-ast
@@ -26,7 +26,7 @@ repos:
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0
29+
rev: 8fe627072f15ff2e3d380887b92f7868efaf6d05 # frozen: 24.4.0
3030
hooks:
3131
- id: black
3232

@@ -36,7 +36,7 @@ repos:
3636
- id: blacken-docs
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: 0ccbb5b7942d83fbcf7cb5e0fd99633efd2351d7 # frozen: v0.3.5
39+
rev: 21d9bff1d62aaf03230baa6b804b9074255fa9b8 # frozen: v0.4.1
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix, --target-version=py38]

0 commit comments

Comments
 (0)