File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 23.7 .0
5
+ rev : 23.12 .0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.4 .0
9
+ rev : v4.5 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
@@ -34,14 +34,14 @@ repos:
34
34
args : [--extend-ignore=F401] # ignore imported unused in __init__.py
35
35
files : __init__.py
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.10.1
37
+ rev : v3.15.0
38
38
hooks :
39
39
- id : pyupgrade
40
40
- repo : https://github.com/asottile/seed-isort-config
41
41
rev : v2.2.0
42
42
hooks :
43
43
- id : seed-isort-config
44
44
- repo : https://github.com/PyCQA/isort
45
- rev : 5.12.0
45
+ rev : 5.13.2
46
46
hooks :
47
47
- id : isort
You can’t perform that action at this time.
0 commit comments