We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bf3c9 commit 3ec1addCopy full SHA for 3ec1add
.pre-commit-config.yaml
@@ -15,7 +15,7 @@
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v5.0.0
+ rev: v6.0.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-ast
@@ -29,7 +29,7 @@ repos:
29
- id: end-of-file-fixer
30
- id: mixed-line-ending
31
- id: trailing-whitespace
32
- - id: check-byte-order-marker # Forbid UTF-8 byte-order markers
+ - id: fix-byte-order-marker # Forbid UTF-8 byte-order markers
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
@@ -87,7 +87,7 @@ repos:
87
args: ["--linelength=120"]
88
89
- repo: https://github.com/pre-commit/mirrors-clang-format
90
- rev: 'v20.1.8'
+ rev: 'v21.1.0'
91
92
- id: clang-format
93
0 commit comments