Skip to content

Commit

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

updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0)
- [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.19.0](asottile/setup-cfg-fmt@v1.18.0...v1.19.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2021
1 parent 2aa1bc1 commit 5c91aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -38,7 +38,7 @@ repos:
- id: blacken-docs
additional_dependencies: [ black==20.8b1 ]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.18.0
rev: v1.19.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/seed-isort-config
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ python_requires = >=3.6
[options.extras_require]
docs =
sphinx
sphinx-autodoc-typehints
sphinx-issues
sphinx_autodoc_typehints
sphinx_rtd_theme
sphinx-rtd-theme
tests =
coverage
hypothesis
Expand Down

0 comments on commit 5c91aba

Please sign in to comment.