Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -29,7 +29,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-byte-order-marker # Forbid UTF-8 byte-order markers
- id: fix-byte-order-marker # Forbid UTF-8 byte-order markers

# Python hooks
- repo: https://github.com/asottile/pyupgrade
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
args: ["--linelength=120"]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v20.1.8'
rev: 'v21.1.0'
hooks:
- id: clang-format

Expand Down