Skip to content

Commit e81cb9a

Browse files
chore: update pre-commit hooks (#560)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) * ignore HEP --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Saransh Chopra <[email protected]>
1 parent 6ee669f commit e81cb9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.9.2"
22+
rev: "v0.9.3"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -37,9 +37,10 @@ repos:
3737
- sympy
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.0
4141
hooks:
4242
- id: codespell
43+
args: ["-LHEP"]
4344
exclude: ^docs/usage/intro.ipynb$
4445

4546
- repo: https://github.com/rbubley/mirrors-prettier

0 commit comments

Comments
 (0)