Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate (#77)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)

* Update blacken-docs dependency too

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Peter Cock <p.j.a.cock@googlemail.com>
  • Loading branch information
pre-commit-ci[bot] and peterjc authored Feb 6, 2023
1 parent dad0145 commit 24665a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
exclude: tests/
Expand All @@ -40,10 +40,10 @@ repos:
]
exclude: ^tests/test_cases/no_closing_bracket\.py$
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.10.0]
additional_dependencies: [black==23.1.0]
exclude: ^.github/
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
Expand Down

0 comments on commit 24665a2

Please sign in to comment.