Skip to content

Commit 2d2db03

Browse files
committed
Bump pre-commit hooks
1 parent 1bfbbd0 commit 2d2db03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
args: ["-w", "-i", "4", "-ci"]
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: trailing-whitespace
2121
exclude: ^testing/Baseline
2222
- id: end-of-file-fixer
2323
exclude: ^testing/Baseline|examples/.*Baseline.*
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.5.5
26+
rev: v0.8.1
2727
hooks:
2828
- id: ruff
2929
args: [--fix]

0 commit comments

Comments
 (0)