Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Josh Karpel <josh.karpel@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and JoshKarpel committed Jul 11, 2023
1 parent 045eefb commit 1eb84a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.15.0
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.3.0
rev: v2.4.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/seed-isort-config
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
numpy>=1.18
scipy>=1.4
importlib-metadata>=1.0;python_version < "3.8"
python_requires = >=3.7
python_requires = >=3.8

[options.extras_require]
docs =
Expand Down

0 comments on commit 1eb84a1

Please sign in to comment.