We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcba98 commit 59b5386Copy full SHA for 59b5386
1 file changed
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ exclude: >
13
repos:
14
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.6.0
+ rev: v5.0.0
17
hooks:
18
- id: check-json
19
- id: check-yaml
20
- id: end-of-file-fixer
21
- id: trailing-whitespace
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.6.4
+ rev: v0.6.9
25
26
- id: ruff
27
args: [--fix]
0 commit comments