Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4917)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0)
- [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 Jun 20, 2023
1 parent de4a2e6 commit 3690323
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 @@ -47,7 +47,7 @@ repos:
args: [--license-filepath, .github/disclaimer.txt, --no-extra-eol]
exclude: ^conda_build/version.py
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
# upgrade standard Python codes
- id: pyupgrade
Expand All @@ -63,7 +63,7 @@ repos:
# auto format Python codes
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
# auto format Python codes within docstrings
- id: blacken-docs
Expand Down

0 comments on commit 3690323

Please sign in to comment.