We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d92bfe commit 0b79b28Copy full SHA for 0b79b28
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: "^(src/kokkos)"
3
repos:
4
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.4.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace # auto-fix trailing whitespaces
9
- id: end-of-file-fixer # add EOF "\n" if missing
@@ -23,7 +23,7 @@ repos:
23
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.0.278
+ rev: v0.6.9
27
28
- id: ruff
29
args:
@@ -35,12 +35,12 @@ repos:
35
- I # isort
36
37
- repo: https://github.com/neutrinoceros/inifix
38
+ rev: v5.0.2
39
40
- id: inifix-format
41
42
- repo: https://github.com/Lucas-C/pre-commit-hooks
43
- rev: v1.5.1
+ rev: v1.5.5
44
45
- id: remove-tabs # auto-fix tab/space mixing
46
- id: insert-license
0 commit comments