Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 46118a3 commit 39f7fa7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
"cdsapi",
],
extras_require={
"docs": ["numpydoc", "sphinx", "sphinx-book-theme", "nbsphinx", "nbsphinx-link"],
"docs": [
"numpydoc",
"sphinx",
"sphinx-book-theme",
"nbsphinx",
"nbsphinx-link",
],
"dev": ["pre-commit", "pytest", "pytest-cov", "matplotlib"],
},
classifiers=[
Expand Down

0 comments on commit 39f7fa7

Please sign in to comment.