Skip to content

Commit 727ff9c

Browse files
chore: update pre-commit hooks (#3117)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.3...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent da4f7bb commit 727ff9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
additional_dependencies: [pyyaml]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.4.3
30+
rev: v0.4.5
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.6
37+
rev: v2.3.0
3838
hooks:
3939
- id: codespell
4040
args: ["-L", "ue,subjet,parms,fo,numer,thre,nin,nout"]
@@ -76,6 +76,6 @@ repos:
7676
- numpy>=1.24
7777

7878
- repo: https://github.com/abravalheri/validate-pyproject
79-
rev: v0.16
79+
rev: v0.18
8080
hooks:
8181
- id: validate-pyproject

0 commit comments

Comments
 (0)