[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4dcbacbeb0
commit
c144e2b5b1
10
setup.cfg
10
setup.cfg
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue