We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9bc1c commit 4e1bcafCopy full SHA for 4e1bcaf
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.4.2
+ rev: 24.10.0
4
hooks:
5
- id: black
6
exclude: ^tests/\w+/snapshots/
7
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.4.5
+ rev: v0.8.0
10
11
- id: ruff
12
@@ -24,7 +24,7 @@ repos:
24
files: '^docs/.*\.mdx?$'
25
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
- rev: v4.6.0
+ rev: v5.0.0
28
29
- id: trailing-whitespace
30
- id: check-merge-conflict
@@ -33,7 +33,7 @@ repos:
33
- id: check-toml
34
35
- repo: https://github.com/adamchainz/blacken-docs
36
- rev: 1.16.0
+ rev: 1.19.1
37
38
- id: blacken-docs
39
args: [--skip-errors]
0 commit comments