Skip to content

Commit 0b79b28

Browse files
MNT: auto-upgrade pre-commit hooks (#278)
1 parent 9d92bfe commit 0b79b28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: "^(src/kokkos)"
33
repos:
44

55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace # auto-fix trailing whitespaces
99
- id: end-of-file-fixer # add EOF "\n" if missing
@@ -23,7 +23,7 @@ repos:
2323

2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.0.278
26+
rev: v0.6.9
2727
hooks:
2828
- id: ruff
2929
args:
@@ -35,12 +35,12 @@ repos:
3535
- I # isort
3636

3737
- repo: https://github.com/neutrinoceros/inifix
38-
rev: v4.4.0
38+
rev: v5.0.2
3939
hooks:
4040
- id: inifix-format
4141

4242
- repo: https://github.com/Lucas-C/pre-commit-hooks
43-
rev: v1.5.1
43+
rev: v1.5.5
4444
hooks:
4545
- id: remove-tabs # auto-fix tab/space mixing
4646
- id: insert-license

0 commit comments

Comments
 (0)