Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.9.0](asottile/pyupgrade@v3.3.1...v3.9.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.7.4](PyCQA/docformatter@v1.5.1...v1.7.4)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0)
- [github.com/yoheimuta/protolint: v0.42.2 → v0.45.0](yoheimuta/protolint@v0.42.2...v0.45.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent 60f1416 commit 1fc05da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.4
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
Expand All @@ -48,12 +48,12 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
name: Format code
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
args: [--line-length=120]
Expand All @@ -66,6 +66,6 @@ repos:
- mdformat_frontmatter
exclude: CHANGELOG.md
- repo: https://github.com/yoheimuta/protolint
rev: v0.42.2
rev: v0.45.0
hooks:
- id: protolint

0 comments on commit 1fc05da

Please sign in to comment.