From f1845be3f2d6686f02dc47d9f97c2b3b66ac556c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:58:42 +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/tox-dev/pyproject-fmt: d600c142bb19f521ae6a6a345f94a2efd7937759 → 3b42b9776870badc9eaffdef9a4a0834b764d87c](https://github.com/tox-dev/pyproject-fmt/compare/d600c142bb19f521ae6a6a345f94a2efd7937759...3b42b9776870badc9eaffdef9a4a0834b764d87c) - [github.com/abravalheri/validate-pyproject: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 → 17e12779811926f000bdfa1795f9e3735dd71ac3](https://github.com/abravalheri/validate-pyproject/compare/4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7...17e12779811926f000bdfa1795f9e3735dd71ac3) - [github.com/astral-sh/ruff-pre-commit: cb8c523fd4835aba42af70f4cad5568db4df0b6c → 321478e58f4938179c6b86e4ddfa923d1547a49b](https://github.com/astral-sh/ruff-pre-commit/compare/cb8c523fd4835aba42af70f4cad5568db4df0b6c...321478e58f4938179c6b86e4ddfa923d1547a49b) - [github.com/adamchainz/blacken-docs: fda77690955e9b63c6687d8806bafd56a526e45f → dda8db18cfc68df532abf33b185ecd12d5b7b326](https://github.com/adamchainz/blacken-docs/compare/fda77690955e9b63c6687d8806bafd56a526e45f...dda8db18cfc68df532abf33b185ecd12d5b7b326) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85958220..0038ac45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,15 +24,15 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: d600c142bb19f521ae6a6a345f94a2efd7937759 # frozen: v2.26.0 + rev: 3b42b9776870badc9eaffdef9a4a0834b764d87c # frozen: v2.29.3 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25 + rev: 17e12779811926f000bdfa1795f9e3735dd71ac3 # frozen: 0.26 hooks: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 + rev: 321478e58f4938179c6b86e4ddfa923d1547a49b # frozen: v0.16.6 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -43,7 +43,7 @@ repos: - id: sphinx-lint types: [rst] - repo: https://github.com/adamchainz/blacken-docs - rev: fda77690955e9b63c6687d8806bafd56a526e45f # frozen: 1.20.0 + rev: dda8db18cfc68df532abf33b185ecd12d5b7b326 # frozen: 1.20.0 hooks: - id: blacken-docs args: [--line-length=79] From c7662b8137d20947cae5f74df98174eb17af4d55 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:59:00 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6fb0509..aa33e5a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,9 @@ [project] name = "python4datascience" version = "26.1.0" -description = "Teaching materials for the Cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars" +description = """\ + Teaching materials for the Cusy training courses on Python-based data science workflows: https://cusy.io/en/seminars\ + """ readme = "README.rst" license = "BSD-3-Clause" license-files = [ "LICENSE" ] @@ -151,5 +153,7 @@ lint.isort.lines-after-imports = 2 lint.isort.lines-between-types = 1 [tool.codespell] -ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, ore, Redict, redict, registr, reStructedText, splitted" +ignore-words-list = """\ + AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, ore, Redict, redict, registr, reStructedText, splitted\ + """ skip = "*.csv, *.html, *.pdf, *.ipynb, ./docs/_build/*, ./styles/*"