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 Sep 27, 2021
1 parent 070a499 commit 0579982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ python_requires = ~=3.6
include_package_data = True
zip_safe = True

[options.packages.find]
exclude =
test*

[options.entry_points]
console_scripts =
sphinx-etoc = sphinx_external_toc.cli:main
Expand All @@ -55,10 +59,6 @@ testing =
pytest-cov
pytest-regressions

[options.packages.find]
exclude =
test*

[mypy]
show_error_codes = True
warn_unused_ignores = True
Expand Down

0 comments on commit 0579982

Please sign in to comment.