From 1380d94b4f063d3fdc185e34d19081f433b32195 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:06:10 +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: - [github.com/pre-commit/pre-commit-hooks: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/3e8a8703264a2f4a69428a0aa4dcb512790b2c8c...v6.0.0) - [github.com/tox-dev/pyproject-fmt: 91de51aef61c5f2383f03da25604e3d65a8309e0 → v2.21.1](https://github.com/tox-dev/pyproject-fmt/compare/91de51aef61c5f2383f03da25604e3d65a8309e0...v2.21.1) - [github.com/abravalheri/validate-pyproject: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7...v0.25) - [github.com/sphinx-contrib/sphinx-lint: c883505f64b59c3c5c9375191e4ad9f98e727ccd → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/c883505f64b59c3c5c9375191e4ad9f98e727ccd...v1.0.2) - [github.com/pycqa/isort: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 → 9.0.0a3](https://github.com/pycqa/isort/compare/dac090ce4d9ee313d086e2e89ab1acb8c2664fa1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d...26.3.1) - [github.com/adamchainz/blacken-docs: fda77690955e9b63c6687d8806bafd56a526e45f → 1.20.0](https://github.com/adamchainz/blacken-docs/compare/fda77690955e9b63c6687d8806bafd56a526e45f...1.20.0) - [github.com/codespell-project/codespell: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a → v2.4.2](https://github.com/codespell-project/codespell/compare/2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a...v2.4.2) --- .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 2f9d845..b8840c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 + rev: v6.0.0 # v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,38 +15,38 @@ repos: - id: check-added-large-files args: ['--maxkb=1024'] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1 + rev: v2.21.1 # v2.21.1 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25 + rev: v0.25 # v0.25 hooks: - id: validate-pyproject - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2 + rev: v1.0.2 # v1.0.2 hooks: - id: sphinx-lint types: [rst] - repo: https://github.com/pycqa/isort - rev: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 # 9.0.0a3 + rev: 9.0.0a3 # 9.0.0a3 hooks: - id: isort additional_dependencies: ["toml"] entry: isort --profile=black name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1 + rev: 26.3.1 # 26.3.1 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: fda77690955e9b63c6687d8806bafd56a526e45f # 1.20.0 + rev: 1.20.0 # 1.20.0 hooks: - id: blacken-docs args: [--line-length=79] additional_dependencies: - black - repo: https://github.com/codespell-project/codespell - rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # v2.4.2 + rev: v2.4.2 # v2.4.2 hooks: - id: codespell - repo: local From 04c8587e454459ba82b879d216e6b65cc3315806 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:06:21 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/packs/dataprep/pyproject.toml | 2 +- docs/packs/templating/advanced.rst | 1 - docs/types/sequences-sets/tuples.rst | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/packs/dataprep/pyproject.toml b/docs/packs/dataprep/pyproject.toml index 1a78ec2..ebbdb01 100644 --- a/docs/packs/dataprep/pyproject.toml +++ b/docs/packs/dataprep/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pandas", ] urls."Bug Tracker" = "https://github.com/veit/dataprep/issues" -urls."Homepage" = "https://github.com/veit/dataprep" +urls.Homepage = "https://github.com/veit/dataprep" License-Expression = "BSD-3-Clause" License-File = [ "LICENSE" ] diff --git a/docs/packs/templating/advanced.rst b/docs/packs/templating/advanced.rst index 7fd8d51..17c42de 100644 --- a/docs/packs/templating/advanced.rst +++ b/docs/packs/templating/advanced.rst @@ -19,7 +19,6 @@ Variables, for example, can be validated in a pre-generate hook: import re import sys - MODULE_REGEX = r"^[_a-zA-Z][_a-zA-Z0-9]+$" module_name = "{{ cookiecutter.module_name }}" diff --git a/docs/types/sequences-sets/tuples.rst b/docs/types/sequences-sets/tuples.rst index f7b1233..5bdf1d2 100644 --- a/docs/types/sequences-sets/tuples.rst +++ b/docs/types/sequences-sets/tuples.rst @@ -102,7 +102,7 @@ the right-hand side of the assignment operator. Here is a simple example: .. code-block:: pycon - >>> (v, w, x, y, z) = (1, "2.", 3.0, ["4a", "4b"], (5.1, 5.2)) + >>> v, w, x, y, z = (1, "2.", 3.0, ["4a", "4b"], (5.1, 5.2)) >>> v 1 >>> w