Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#191)
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 9b9af46 commit c05c15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
additional_dependencies: [toml]
exclude: docs/pages
- repo: https://github.com/psf/black
rev: "21.12b0"
rev: "22.1.0"
hooks:
- id: black
- repo: https://github.com/kynan/nbstripout
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
master_doc = "index"

# General information about the project.
project = u"corner.py"
copyright = u"2013-2021 Dan Foreman-Mackey & contributors"
project = "corner.py"
copyright = "2013-2021 Dan Foreman-Mackey & contributors"

version = corner.__version__
release = corner.__version__
Expand Down

0 comments on commit c05c15e

Please sign in to comment.