Skip to content

Commit

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

updates:
- [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0)

* pin sphinx gallery version

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kyle Sunden <git@ksunden.space>
  • Loading branch information
pre-commit-ci[bot] and ksunden committed Apr 27, 2021
1 parent fdeda85 commit a6872a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 21.4b0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(fname):
with open(os.path.join(here, "WrightTools", "VERSION")) as version_file:
version = version_file.read().strip()

docs_require = ["sphinx", "sphinx-gallery>=0.3.0", "sphinx-rtd-theme"]
docs_require = ["sphinx", "sphinx-gallery==0.8.2", "sphinx-rtd-theme"]

setup(
name="WrightTools",
Expand Down

0 comments on commit a6872a4

Please sign in to comment.