File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4 .0
7
+ rev : v4.5 .0
8
8
hooks :
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
13
13
- id : check-added-large-files
14
14
args : [--maxkb=6000]
15
15
- repo : https://github.com/pycqa/isort
16
- rev : 5.12.0
16
+ rev : 5.13.2
17
17
hooks :
18
18
- id : isort
19
19
args : [--profile, black, --filter-files]
@@ -22,12 +22,12 @@ repos:
22
22
hooks :
23
23
- id : autoflake
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.14 .0
25
+ rev : v3.15 .0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py38-plus]
29
29
- repo : https://github.com/psf/black
30
- rev : 23.9 .1
30
+ rev : 23.12 .1
31
31
hooks :
32
32
- id : black
33
33
language_version : python3 # Should be a command that runs python3.6+
You can’t perform that action at this time.
0 commit comments