Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#494)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2022
1 parent c5802ba commit 11c144c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace
exclude: 'setup.cfg'
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args: [--line-length=80]
Expand Down
20 changes: 10 additions & 10 deletions docs/source/conf.py
Expand Up @@ -29,8 +29,8 @@

# -- Project information -----------------------------------------------------

project = u"foyer"
copyright = u"2014-2020, Vanderbilt University"
project = "foyer"
copyright = "2014-2020, Vanderbilt University"

# The short X.Y version
version = "0.10.0"
Expand Down Expand Up @@ -211,15 +211,15 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
("index", "foyer.tex", u"foyer Documentation", u"Author", "manual"),
("index", "foyer.tex", "foyer Documentation", "Author", "manual"),
]


# -- Options for manual page output ------------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [("index", "foyer", u"foyer Documentation", [u"Author"], 1)]
man_pages = [("index", "foyer", "foyer Documentation", ["Author"], 1)]


# -- Options for Texinfo output ----------------------------------------------
Expand All @@ -231,8 +231,8 @@
(
"index",
"foyer",
u"foyer Documentation",
u"Author",
"foyer Documentation",
"Author",
"foyer",
"One line description of project.",
"Miscellaneous",
Expand All @@ -242,10 +242,10 @@
# -- Options for Epub output ----------------------------------------------

# Bibliographic Dublin Core info.
epub_title = u"foyer"
epub_author = u"Author"
epub_publisher = u"Author"
epub_copyright = u"2020, Author"
epub_title = "foyer"
epub_author = "Author"
epub_publisher = "Author"
epub_copyright = "2020, Author"

# The basename for the epub file. It defaults to the project name.
# epub_basename = u'foyer'
Expand Down

0 comments on commit 11c144c

Please sign in to comment.