From 5d3d8c7aec6b066863dfa7404ea0a5b91304af82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 16:29:36 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/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> --- .pre-commit-config.yaml | 2 +- docs/conf.py | 4 ++-- test/test_examples.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89fb994..d2e0f0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: exclude: docs - repo: https://github.com/psf/black - rev: "21.12b0" + rev: "22.1.0" hooks: - id: black diff --git a/docs/conf.py b/docs/conf.py index 4bac22b..8c63eb0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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__ diff --git a/test/test_examples.py b/test/test_examples.py index 81eaab4..d655f03 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -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, )