diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef7c622b..f815885f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.2" + rev: "v0.9.3" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -37,9 +37,10 @@ repos: - sympy - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell + args: ["-LHEP"] exclude: ^docs/usage/intro.ipynb$ - repo: https://github.com/rbubley/mirrors-prettier