Skip to content

Commit

Permalink
Update pre-commit-hooks (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Nov 3, 2024
1 parent 6fbfb0d commit d189295
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
Expand Down Expand Up @@ -47,18 +47,14 @@ repos:
- id: requirements-txt-fixer
- id: sort-simple-yaml
- id: trailing-whitespace
- id: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
args: ["--skip-string-normalization"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: double-quote-string-fixer

- repo: local
hooks:
- id: clang-format
Expand Down

0 comments on commit d189295

Please # to comment.