Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #126

Merged
merged 2 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ repos:
- flake8-bugbear
exclude: docs\/.*
- repo: https://github.com/psf/black
rev: "21.12b0"
rev: "22.1.0"
hooks:
- id: black
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
master_doc = "index"

# General information about the project.
project = u"django-robots"
copyright = u"2008-, Jannis Leidel"
project = "django-robots"
copyright = "2008-, Jannis Leidel"

# 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 @@ -187,8 +187,8 @@
(
"index",
"django-robots.tex",
u"django-robots Documentation",
u"Jannis Leidel",
"django-robots Documentation",
"Jannis Leidel",
"manual",
),
]
Expand Down Expand Up @@ -219,7 +219,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
("index", "django-robots", u"django-robots Documentation", [u"Jannis Leidel"], 1)
("index", "django-robots", "django-robots Documentation", ["Jannis Leidel"], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -235,8 +235,8 @@
(
"index",
"django-robots",
u"django-robots Documentation",
u"Jannis Leidel",
"django-robots Documentation",
"Jannis Leidel",
"django-robots",
"One line description of project.",
"Miscellaneous",
Expand Down