Skip to content

Commit

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

updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)

* Update black for blacken-docs

---------

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 Aug 7, 2023
1 parent 5c6af8e commit 6f7fe8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ repos:
- id: trailing-whitespace
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
exclude: tests/
args: [--check]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -40,10 +40,10 @@ repos:
]
exclude: ^tests/test_cases/no_closing_bracket\.py$
- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
additional_dependencies: [black==23.7.0]
exclude: ^.github/
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
Expand Down

0 comments on commit 6f7fe8e

Please sign in to comment.