File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : requirements-txt-fixer
8
8
- id : check-merge-conflict
9
9
- id : debug-statements
10
10
- repo : https://github.com/pycqa/isort
11
- rev : 5.13.2
11
+ rev : 6.0.0
12
12
hooks :
13
13
- id : isort
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.17.0
15
+ rev : v3.19.1
16
16
hooks :
17
17
- id : pyupgrade
18
18
args : [--py37-plus]
19
19
- repo : https://github.com/psf/black
20
- rev : 24.8 .0
20
+ rev : 25.1 .0
21
21
hooks :
22
22
- id : black
23
23
- repo : https://github.com/asottile/blacken-docs
24
- rev : 1.18.0
24
+ rev : 1.19.1
25
25
hooks :
26
26
- id : blacken-docs
27
27
- repo : meta
You can’t perform that action at this time.
0 commit comments