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 @@ -4,7 +4,7 @@ files: ^soda/
4
4
exclude : antlr/
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v5 .0.0
7
+ rev : v6 .0.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : check-added-large-files
@@ -24,19 +24,19 @@ repos:
24
24
- id : autoflake
25
25
args : ["--in-place", "--remove-all-unused-imports"]
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v3.19.1
27
+ rev : v3.20.0
28
28
hooks :
29
29
- id : pyupgrade
30
30
exclude : _models?\.py$
31
31
args : [--py38-plus, --keep-runtime-typing]
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : 6.0.0
33
+ rev : 6.0.1
34
34
hooks :
35
35
- id : isort
36
36
additional_dependencies : [toml]
37
37
name : Sort imports using isort
38
38
- repo : https://github.com/psf/black
39
- rev : 25.1 .0
39
+ rev : 25.9 .0
40
40
hooks :
41
41
- id : black
42
42
name : Run black formatter
You can’t perform that action at this time.
0 commit comments