Skip to content

Commit

Permalink
Upgrade pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed May 10, 2022
1 parent 7472a00 commit 787c021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,17 +20,17 @@ repos:
- id: clang-tidy
args: [--fix, --fix-errors]
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.12.1
hooks:
- id: blacken-docs
args: [ '--line-length', '100' ]
additional_dependencies: [black==21.7b0]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.1.13
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down

0 comments on commit 787c021

Please sign in to comment.