Skip to content

Commit 99160e8

Browse files
👷 pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.11.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.11...v0.13.3) - [github.com/bhundven/copywrite: 937f17f09c46992447dfa8977bb96eda512588c4 → 9d021bf61a094a5eac6ae3084ceed2dda4700a73](bhundven/copywrite@937f17f...9d021bf)
1 parent 03d5836 commit 99160e8

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
exclude: \.(po|pot|yml|yaml)$
@@ -21,14 +21,14 @@ repos:
2121
exclude: \.(po|pot|yml|yaml)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: v0.11.11
24+
rev: v0.13.3
2525
hooks:
2626
# Run the linter.
2727
- id: ruff
2828
args: [ --fix ]
2929
# Run the formatter.
3030
- id: ruff-format
3131
- repo: https://github.com/bhundven/copywrite # waiting for https://github.com/hashicorp/copywrite/pull/120 to be merged
32-
rev: 937f17f09c46992447dfa8977bb96eda512588c4
32+
rev: 9d021bf61a094a5eac6ae3084ceed2dda4700a73
3333
hooks:
3434
- id: add-headers

0 commit comments

Comments
 (0)