Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#304)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/docformatter: v1.6.0 → v1.7.3](PyCQA/docformatter@v1.6.0...v1.7.3)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 5, 2023
1 parent 3d9d397 commit 0eb3438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
hooks:
- id: python-no-eval # A quick check for the eval() built-in function.
- repo: https://github.com/PyCQA/docformatter
rev: v1.6.0
rev: v1.7.3
hooks:
- id: docformatter
args: [--in-place]
Expand All @@ -34,7 +34,7 @@ repos:
hooks:
- id: nbstripout
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs
- repo: https://github.com/nbQA-dev/nbQA
Expand Down

0 comments on commit 0eb3438

Please sign in to comment.