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

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2021-03-15 17:01:52 +00:00
parent 4dcbacbeb0
commit c144e2b5b1
1 changed files with 5 additions and 5 deletions

View File

@ -27,6 +27,11 @@ install_requires =
toml
python_requires = >=3.6.1
[options.packages.find]
exclude =
tests*
testing*
[options.entry_points]
console_scripts =
check-added-large-files = pre_commit_hooks.check_added_large_files:main
@ -62,11 +67,6 @@ console_scripts =
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
[options.packages.find]
exclude =
tests*
testing*
[bdist_wheel]
universal = True