From 119ae74c272369387ab5f8c70181bf04b7409a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:32:23 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.5.0 to 5.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f31195d..942da8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,4 +66,4 @@ jobs: --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.1.1 From f3e456a4f9499e68ee079cb269e9706af180dcb0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:33:03 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb | 1 - src/HHbbVV/postprocessing/BDT_LPSFs.ipynb | 1 - src/HHbbVV/postprocessing/VV_analysis.ipynb | 1 - src/HHbbVV/scale_factors/top_reweighting.ipynb | 1 - 4 files changed, 4 deletions(-) diff --git a/src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb b/src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb index 75af0bf9..9ad093bd 100644 --- a/src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb +++ b/src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb @@ -102,7 +102,6 @@ "metadata": {}, "outputs": [], "source": [ - "\n", "import matplotlib.pyplot as plt\n", "import numpy as np\n", "import pandas as pd\n", diff --git a/src/HHbbVV/postprocessing/BDT_LPSFs.ipynb b/src/HHbbVV/postprocessing/BDT_LPSFs.ipynb index 28ac1f92..724916cf 100644 --- a/src/HHbbVV/postprocessing/BDT_LPSFs.ipynb +++ b/src/HHbbVV/postprocessing/BDT_LPSFs.ipynb @@ -23,7 +23,6 @@ "warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n", "\n", "\n", - "\n", "import matplotlib.pyplot as plt\n", "import matplotlib.ticker as mticker\n", "import mplhep as hep\n", diff --git a/src/HHbbVV/postprocessing/VV_analysis.ipynb b/src/HHbbVV/postprocessing/VV_analysis.ipynb index 621efaf3..6a4de4a6 100644 --- a/src/HHbbVV/postprocessing/VV_analysis.ipynb +++ b/src/HHbbVV/postprocessing/VV_analysis.ipynb @@ -29,7 +29,6 @@ "warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n", "\n", "\n", - "\n", "import matplotlib.pyplot as plt\n", "import matplotlib.ticker as mticker\n", "import mplhep as hep\n", diff --git a/src/HHbbVV/scale_factors/top_reweighting.ipynb b/src/HHbbVV/scale_factors/top_reweighting.ipynb index 2cd4f0d6..88d6f47d 100644 --- a/src/HHbbVV/scale_factors/top_reweighting.ipynb +++ b/src/HHbbVV/scale_factors/top_reweighting.ipynb @@ -606,7 +606,6 @@ "metadata": {}, "outputs": [], "source": [ - "\n", "with gzip.open(corrections.get_pog_json(\"jec\", \"2017\"), \"r\") as fin:\n", " jec = json.loads(fin.read().decode(\"utf-8\"))\n", "\n",