Skip to content

Commit 3ec1add

Browse files
authored
Auto-update pre-commit hooks (backport #1475) (#1495)
1 parent 50bf3c9 commit 3ec1add

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
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -29,7 +29,7 @@ repos:
2929
- id: end-of-file-fixer
3030
- id: mixed-line-ending
3131
- id: trailing-whitespace
32-
- id: check-byte-order-marker # Forbid UTF-8 byte-order markers
32+
- id: fix-byte-order-marker # Forbid UTF-8 byte-order markers
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
@@ -87,7 +87,7 @@ repos:
8787
args: ["--linelength=120"]
8888

8989
- repo: https://github.com/pre-commit/mirrors-clang-format
90-
rev: 'v20.1.8'
90+
rev: 'v21.1.0'
9191
hooks:
9292
- id: clang-format
9393

0 commit comments

Comments
 (0)