Skip to content

Commit face51b

Browse files
[pre-commit.ci] pre-commit autoupdate (nightlark#77)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.5...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 3ec50ce commit face51b

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
@@ -1,15 +1,15 @@
11
exclude: ^(.gitignore)
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.5
4+
rev: v0.12.8
55
hooks:
66
# Run the linter
77
- id: ruff
88
args: [ --fix ]
99
# Run the formatter
1010
- id: ruff-format
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: mixed-line-ending
1515
- id: end-of-file-fixer
@@ -20,7 +20,7 @@ repos:
2020
- id: check-json
2121
#- id: pretty-format-json
2222
- repo: https://github.com/shellcheck-py/shellcheck-py
23-
rev: v0.10.0.1
23+
rev: v0.11.0.1
2424
hooks:
2525
- id: shellcheck
2626
args: [-x]

0 commit comments

Comments
 (0)