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] 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/*"