From 33fa96c50441be0c7ac0bfa5fb10ca7dad68e771 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:57:33 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...26.5.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bae7da..73b8f61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: -- repo: https://github.com/psf/black - rev: 24.8.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict From 2e5b1a6e38d962f2e992c6580ebee7a52eb8eb23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:57:49 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- clusterking_physics/models/bdlnu/inputs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusterking_physics/models/bdlnu/inputs.py b/clusterking_physics/models/bdlnu/inputs.py index 10d347c..af02668 100644 --- a/clusterking_physics/models/bdlnu/inputs.py +++ b/clusterking_physics/models/bdlnu/inputs.py @@ -1,9 +1,8 @@ -""" Input parameters/physical constants. """ +"""Input parameters/physical constants.""" import flavio from flavio.parameters import default_parameters as par - # inputs now taken from flavio except for running quark masses # (since # we just need them at one scale it is more efficient to write them directly)