We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee669f commit e81cb9aCopy full SHA for e81cb9a
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.9.2"
+ rev: "v0.9.3"
23
hooks:
24
- id: ruff
25
args: ["--fix", "--show-fixes"]
@@ -37,9 +37,10 @@ repos:
37
- sympy
38
39
- repo: https://github.com/codespell-project/codespell
40
- rev: v2.3.0
+ rev: v2.4.0
41
42
- id: codespell
43
+ args: ["-LHEP"]
44
exclude: ^docs/usage/intro.ipynb$
45
46
- repo: https://github.com/rbubley/mirrors-prettier
0 commit comments