From a033906e7542c0ad1351a47eafb3a086f456321b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:14:54 +0000 Subject: [PATCH 1/2] Bump pre-commit from 4.0.1 to 4.1.0 in /lib/modelscan_api Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/modelscan_api/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modelscan_api/requirements-dev.txt b/lib/modelscan_api/requirements-dev.txt index be5b67582..19b561b07 100644 --- a/lib/modelscan_api/requirements-dev.txt +++ b/lib/modelscan_api/requirements-dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -pre_commit==4.0.1 +pre_commit==4.1.0 pytest==8.3.4 From 2ff5603614f2e84b03088889335ce49885f6c557 Mon Sep 17 00:00:00 2001 From: PE39806 <185931318+PE39806@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:48:02 +0000 Subject: [PATCH 2/2] run pre-commit autoupdate --- lib/modelscan_api/.pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/modelscan_api/.pre-commit-config.yaml b/lib/modelscan_api/.pre-commit-config.yaml index d39d72cbd..3241c0a7f 100644 --- a/lib/modelscan_api/.pre-commit-config.yaml +++ b/lib/modelscan_api/.pre-commit-config.yaml @@ -6,7 +6,7 @@ files: ^lib/modelscan_api/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,26 +20,26 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ['-a', 'from __future__ import annotations'] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pycln args: [--config=pyproject.toml] stages: [manual] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.0 hooks: - id: codespell @@ -56,7 +56,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 24.10.0 hooks: - id: black args: [--line-length=120]