File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.4.2
3
+ rev : 24.8.0 # Do not update this repository; it is pinned for compatibility with python 3.8
4
4
hooks :
5
5
- id : black
6
6
exclude : ^tests/\w+/snapshots/
7
7
8
8
- repo : https://github.com/astral-sh/ruff-pre-commit
9
- rev : v0.4.5
9
+ rev : v0.9.3
10
10
hooks :
11
11
- id : ruff
12
12
exclude : ^tests/\w+/snapshots/
24
24
files : ' ^docs/.*\.mdx?$'
25
25
26
26
- repo : https://github.com/pre-commit/pre-commit-hooks
27
- rev : v4.6 .0
27
+ rev : v5.0 .0
28
28
hooks :
29
29
- id : trailing-whitespace
30
30
- id : check-merge-conflict
33
33
- id : check-toml
34
34
35
35
- repo : https://github.com/adamchainz/blacken-docs
36
- rev : 1.16.0
36
+ rev : 1.18.0 # Do not update this repository; it is pinned for compatibility with python 3.8
37
37
hooks :
38
38
- id : blacken-docs
39
39
args : [--skip-errors]
You can’t perform that action at this time.
0 commit comments