File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.1 .0
5
+ rev : v4.3 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : " 21.12b0 "
13
+ rev : " 22.6.0 "
14
14
hooks :
15
15
- id : black
16
16
@@ -25,11 +25,11 @@ repos:
25
25
- id : flake8
26
26
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : " v2.31.0 "
28
+ rev : " v2.37.1 "
29
29
hooks :
30
30
- id : pyupgrade
31
31
32
32
- repo : https://github.com/PyCQA/doc8
33
- rev : " 0.10.1 "
33
+ rev : " 0.11.2 "
34
34
hooks :
35
35
- id : doc8
Original file line number Diff line number Diff line change 38
38
master_doc = "index"
39
39
40
40
# General information about the project.
41
- project = u "django-mail-factory"
42
- copyright = u "2013, Rémy HUBSCHER"
41
+ project = "django-mail-factory"
42
+ copyright = "2013, Rémy HUBSCHER"
43
43
44
44
# The version info for the project you're documenting, acts as replacement for
45
45
# |version| and |release|, also used in various other places throughout the
184
184
(
185
185
"index" ,
186
186
"django-mail-factory.tex" ,
187
- u "django-mail-factory Documentation" ,
188
- u "Rémy HUBSCHER" ,
187
+ "django-mail-factory Documentation" ,
188
+ "Rémy HUBSCHER" ,
189
189
"manual" ,
190
190
),
191
191
]
219
219
(
220
220
"index" ,
221
221
"django-mail-factory" ,
222
- u "django-mail-factory Documentation" ,
223
- [u "Rémy HUBSCHER" ],
222
+ "django-mail-factory Documentation" ,
223
+ ["Rémy HUBSCHER" ],
224
224
1 ,
225
225
)
226
226
]
238
238
(
239
239
"index" ,
240
240
"django-mail-factory" ,
241
- u "django-mail-factory Documentation" ,
242
- u "Rémy HUBSCHER" ,
241
+ "django-mail-factory Documentation" ,
242
+ "Rémy HUBSCHER" ,
243
243
"django-mail-factory" ,
244
244
"One line description of project." ,
245
245
"Miscellaneous" ,
You can’t perform that action at this time.
0 commit comments