Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#145)
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 Jan 31, 2022
1 parent a2896a4 commit 5d3d8c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repos:
exclude: docs

- repo: https://github.com/psf/black
rev: "21.12b0"
rev: "22.1.0"
hooks:
- id: black
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
templates_path = ["_templates"]
master_doc = "index"

project = u"Daft"
copyright = u"2012-2021, Daft Developers"
project = "Daft"
copyright = "2012-2021, Daft Developers"
version = __version__
release = __version__

Expand Down
2 changes: 1 addition & 1 deletion test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def recurse(pgm, nodename, level, c):
pgm.add_node(
r1nodename,
r"reduce",
2 ** level * (r + 0.5) - 0.5,
2**level * (r + 0.5) - 0.5,
3 - 0.7 * level,
aspect=1.9,
)
Expand Down

0 comments on commit 5d3d8c7

Please sign in to comment.