Skip to content

Commit 4f81628

Browse files
authored
Merge pull request #96 from peopledoc/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 21f7015 + f2076ea commit 4f81628

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.3.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: "21.12b0"
13+
rev: "22.6.0"
1414
hooks:
1515
- id: black
1616

@@ -25,11 +25,11 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v2.31.0"
28+
rev: "v2.37.1"
2929
hooks:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/PyCQA/doc8
33-
rev: "0.10.1"
33+
rev: "0.11.2"
3434
hooks:
3535
- id: doc8

docs/source/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
master_doc = "index"
3939

4040
# 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"
4343

4444
# The version info for the project you're documenting, acts as replacement for
4545
# |version| and |release|, also used in various other places throughout the
@@ -184,8 +184,8 @@
184184
(
185185
"index",
186186
"django-mail-factory.tex",
187-
u"django-mail-factory Documentation",
188-
u"Rémy HUBSCHER",
187+
"django-mail-factory Documentation",
188+
"Rémy HUBSCHER",
189189
"manual",
190190
),
191191
]
@@ -219,8 +219,8 @@
219219
(
220220
"index",
221221
"django-mail-factory",
222-
u"django-mail-factory Documentation",
223-
[u"Rémy HUBSCHER"],
222+
"django-mail-factory Documentation",
223+
["Rémy HUBSCHER"],
224224
1,
225225
)
226226
]
@@ -238,8 +238,8 @@
238238
(
239239
"index",
240240
"django-mail-factory",
241-
u"django-mail-factory Documentation",
242-
u"Rémy HUBSCHER",
241+
"django-mail-factory Documentation",
242+
"Rémy HUBSCHER",
243243
"django-mail-factory",
244244
"One line description of project.",
245245
"Miscellaneous",

0 commit comments

Comments
 (0)