Skip to content

Commit 71901da

Browse files
👷 pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.5...v0.11.6) - [github.com/bhundven/copywrite: 937f17f09c46992447dfa8977bb96eda512588c4 → 9d021bf61a094a5eac6ae3084ceed2dda4700a73](bhundven/copywrite@937f17f...9d021bf)
1 parent e971ba5 commit 71901da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5
24+
rev: v0.11.6
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)