File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -22,24 +22,24 @@ repos:
22
22
- id : rst-inline-touching-normal
23
23
- id : text-unicode-replacement-char
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v2.29.1
25
+ rev : v2.31.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py36-plus]
29
29
- repo : https://github.com/asottile/reorder_python_imports
30
- rev : v2.6.0
30
+ rev : v2.7.1
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
34
rev : v1.20.0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 21.11b1
38
+ rev : 22.1.0
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/asottile/blacken-docs
42
- rev : v1.12.0
42
+ rev : v1.12.1
43
43
hooks :
44
44
- id : blacken-docs
45
45
additional_dependencies : [black]
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def task_compile_latex_document():
50
50
("document_1.tex" , "Like a worn out recording" ),
51
51
("document_2.tex" , "Of a favorite song" ),
52
52
]:
53
- latex_source = fr """
53
+ latex_source = rf """
54
54
\documentclass{{report}}
55
55
\begin{{document}}
56
56
{ content }
You can’t perform that action at this time.
0 commit comments