Skip to content

Commit

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

updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)

* Update blacken-docs 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 Dec 4, 2023
1 parent 715dc7c commit 016ff1f
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 @@ -26,7 +26,7 @@ repos:
language: pygrep
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
args: [--check, --diff]
Expand All @@ -48,7 +48,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.10.1]
additional_dependencies: [black==23.11.0]
exclude: ^(.github/|tests/test_cases/example_unicode.py)
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
Expand Down

0 comments on commit 016ff1f

Please sign in to comment.