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.13.0](asottile/pyupgrade@v3.3.1...v3.13.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 2, 2023
1 parent 6cb943e commit 493a1dd
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 @@ -35,7 +35,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -54,25 +54,25 @@ repos:
- id: nbstripout

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
name: Format code

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.16.0
hooks:
- id: blacken-docs
args: [ --line-length=120, --skip-errors ]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
name: PEP8

0 comments on commit 493a1dd

Please sign in to comment.