Skip to content

Commit 4e1bcaf

Browse files
committed
add new version
1 parent ca9bc1c commit 4e1bcaf

File tree

3 files changed

+339
-327
lines changed

3 files changed

+339
-327
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
exclude: ^tests/\w+/snapshots/
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.4.5
9+
rev: v0.8.0
1010
hooks:
1111
- id: ruff
1212
exclude: ^tests/\w+/snapshots/
@@ -24,7 +24,7 @@ repos:
2424
files: '^docs/.*\.mdx?$'
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.6.0
27+
rev: v5.0.0
2828
hooks:
2929
- id: trailing-whitespace
3030
- id: check-merge-conflict
@@ -33,7 +33,7 @@ repos:
3333
- id: check-toml
3434

3535
- repo: https://github.com/adamchainz/blacken-docs
36-
rev: 1.16.0
36+
rev: 1.19.1
3737
hooks:
3838
- id: blacken-docs
3939
args: [--skip-errors]

0 commit comments

Comments
 (0)