Skip to content

Commit c5d70e4

Browse files
Bump pre-commit repos to latest versions
Apply repo-review rule PC180 which suggests using: https://github.com/rbubley/mirrors-prettier instead of the legacy archived repository: https://github.com/pre-commit/mirrors-prettier
1 parent 94704aa commit c5d70e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4.0
5+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,15 +13,15 @@ repos:
1313
args: [--allow-multiple-documents]
1414
- id: check-added-large-files
1515

16-
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
16+
- repo: https://github.com/rbubley/mirrors-prettier
17+
rev: 1463d990e0801964764a375260dca598513f3be5 # frozen: v3.3.3
1818
hooks:
1919
- id: prettier
2020
files: \.(md|rst|toml|yml|yaml)
2121
args: [--prose-wrap=preserve]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: ef9b09598d53bbcde9cd388ac73a145e67537b44 # frozen: v0.6.6
24+
rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)