Skip to content

Commit

Permalink
Merge pull request #96 from peopledoc/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Natim authored Jul 12, 2022
2 parents 21f7015 + f2076ea commit 4f81628
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "21.12b0"
rev: "22.6.0"
hooks:
- id: black

Expand All @@ -25,11 +25,11 @@ repos:
- id: flake8

- repo: https://github.com/asottile/pyupgrade
rev: "v2.31.0"
rev: "v2.37.1"
hooks:
- id: pyupgrade

- repo: https://github.com/PyCQA/doc8
rev: "0.10.1"
rev: "0.11.2"
hooks:
- id: doc8
16 changes: 8 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
master_doc = "index"

# General information about the project.
project = u"django-mail-factory"
copyright = u"2013, Rémy HUBSCHER"
project = "django-mail-factory"
copyright = "2013, Rémy HUBSCHER"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -184,8 +184,8 @@
(
"index",
"django-mail-factory.tex",
u"django-mail-factory Documentation",
u"Rémy HUBSCHER",
"django-mail-factory Documentation",
"Rémy HUBSCHER",
"manual",
),
]
Expand Down Expand Up @@ -219,8 +219,8 @@
(
"index",
"django-mail-factory",
u"django-mail-factory Documentation",
[u"Rémy HUBSCHER"],
"django-mail-factory Documentation",
["Rémy HUBSCHER"],
1,
)
]
Expand All @@ -238,8 +238,8 @@
(
"index",
"django-mail-factory",
u"django-mail-factory Documentation",
u"Rémy HUBSCHER",
"django-mail-factory Documentation",
"Rémy HUBSCHER",
"django-mail-factory",
"One line description of project.",
"Miscellaneous",
Expand Down

0 comments on commit 4f81628

Please sign in to comment.