mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
10
setup.cfg
10
setup.cfg
@@ -33,6 +33,11 @@ install_requires =
|
||||
importlib-resources;python_version<"3.7"
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests*
|
||||
testing*
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
pre-commit = pre_commit.main:main
|
||||
@@ -45,11 +50,6 @@ pre_commit.resources =
|
||||
empty_template_*
|
||||
hook-tmpl
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests*
|
||||
testing*
|
||||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user