Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate (#76)
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 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and peterjc authored Feb 6, 2023
1 parent e6d2bc9 commit 39344a4
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 @@ -26,7 +26,7 @@ repos:
language: pygrep
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args: [--check, --diff]
Expand All @@ -45,10 +45,10 @@ repos:
'pydocstyle>=5.0.0',
]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.6.0]
additional_dependencies: [black==23.1.0]
exclude: ^(.github/|tests/test_cases/example_unicode.py)
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
Expand Down

0 comments on commit 39344a4

Please sign in to comment.