From ea891baf32ebef39389408fc200755a94779c7db Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:53:02 +0200 Subject: [PATCH] MAINT: autoupdate pre-commit config --- .cspell.json | 25 ++----------------------- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/.cspell.json b/.cspell.json index cf145f65..037aad0a 100644 --- a/.cspell.json +++ b/.cspell.json @@ -13,42 +13,21 @@ "transisions" ], "ignorePaths": [ + "**/*.bib", "**/.cspell.json", - "*.bib", - "*.ico", - "*.root", - "*.rst_t", - "*.svg", - "*particle*.*ml", ".constraints/*.txt", ".editorconfig", ".gitignore", ".gitpod.*", - ".mypy.ini", ".pre-commit-config.yaml", ".prettierignore", - ".readthedocs.yml", ".vscode/*", ".vscode/.gitignore", - "CITATION.cff", "codecov.yml", - "Dockerfile", "docs/_templates/*", - "docs/adr/*/*", "docs/conf.py", - "labels.toml", - "labels/*.toml", - "Makefile", - "Manifest.toml", - "Project.toml", "pyproject.toml", - "pyrightconfig.json", - "pytest.ini", - "requirements*.txt", - "setup.cfg", - "setup.py", - "tox.ini", - "typings" + "tox.ini" ], "ignoreWords": [ "Jpsi", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ab7185c..c2f20dfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.0rc2 + rev: 0.1.0 hooks: - id: check-dev-files args: