Skip to content

Commit

Permalink
Merge branch 'precommit-update' into lock-proto-grpcio-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 committed Nov 12, 2024
2 parents 20cc7ac + 4fa71ea commit b5dadc7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -88,8 +88,12 @@ repos:
- id: ruff
exclude: (thirdparty|cpp/sophus)/.*$
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5

# TODO: Set ``rev: v1.7.6`` once the release is available.
# See: https://github.com/PyCQA/docformatter/issues/293
- repo: https://github.com/myint/docformatter
# rev: v1.7.6
rev: "eb1df347edd128b30cd3368dddc3aa65edcfac38"
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

0 comments on commit b5dadc7

Please sign in to comment.