File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
8
8
- id : check-toml
9
9
- repo : https://github.com/quantco/pre-commit-mirrors-ruff
10
- rev : 0.4.3
10
+ rev : 0.9.4
11
11
hooks :
12
12
- id : ruff-conda
13
13
- id : ruff-format-conda
14
14
- repo : https://github.com/quantco/pre-commit-mirrors-mypy
15
- rev : 1.10.0
15
+ rev : 1.14.1
16
16
hooks :
17
17
- id : mypy-conda
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def funcs(request):
27
27
original_func_unparsed = inspect .getsource (original_func )
28
28
# build ast from transformed function as format as string
29
29
transformed_func_unparsed = transform_func_to_new_source (original_func )
30
- print (f"Original:\n { original_func_unparsed } \n " f"Transformed :\n { transformed_func_unparsed } " )
30
+ print (f"Original:\n { original_func_unparsed } \n Transformed :\n { transformed_func_unparsed } " )
31
31
return transformed_func , original_func
32
32
33
33
You can’t perform that action at this time.
0 commit comments