Skip to content

Commit a0579a6

Browse files
authored
Bump pre-commit hooks (alisw#978)
* Bump pre-commit hooks * Extend * Remove check
1 parent e6e3082 commit a0579a6

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
@@ -11,10 +11,10 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.2 # ruff version
14+
rev: v0.9.7 # ruff version
1515
hooks:
1616
- id: ruff # linter
17-
args: ["check", "--select", "I", "--fix"]
17+
args: ["--extend-select", "I", "--fix"]
1818
- id: ruff-format # formatter
1919
- repo: https://github.com/asottile/pyupgrade
2020
rev: v3.19.1
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: shellcheck
2828
- repo: https://github.com/google/yamlfmt
29-
rev: v0.14.0
29+
rev: v0.16.0
3030
hooks:
3131
- id: yamlfmt
3232
- repo: https://github.com/adrienverge/yamllint

0 commit comments

Comments
 (0)