From 6b88b6e7cfbdda6d7d38c5ea99c2191c3b7b2a0e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:49:03 +0000 Subject: [PATCH] build(pre-commit.ci): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v3.4.0 → v3.6.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.4.0...v3.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.8.1) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.13.0) - [github.com/pdm-project/pdm: 2.17.3 → 2.21.0](https://github.com/pdm-project/pdm/compare/2.17.3...2.21.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/FHPythonUtils/LicenseCheck: 2024.2 → 2024.3](https://github.com/FHPythonUtils/LicenseCheck/compare/2024.2...2024.3) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb44d39e..8d063229 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.4.0 + rev: v3.6.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.6' + rev: 'v0.8.1' hooks: - id: ruff types_or: [ python, pyi, jupyter ] @@ -22,13 +22,13 @@ repos: additional_dependencies: [tomli] args: ["--in-place", "--config", "./pyproject.toml"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.13.0 hooks: - id: mypy args: ["--config-file", "pyproject.toml"] additional_dependencies: ['types-requests', 'types-six'] - repo: https://github.com/pdm-project/pdm - rev: 2.17.3 + rev: 2.21.0 hooks: - id: pdm-lock-check - id: pdm-export @@ -36,11 +36,11 @@ repos: files: ^pdm.lock$ stages: [manual] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -58,7 +58,7 @@ repos: language: python stages: [manual] - repo: https://github.com/FHPythonUtils/LicenseCheck - rev: "2024.2" + rev: "2024.3" hooks: - id: licensecheck stages: [manual]