-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
26 lines (24 loc) · 935 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = pre_commit_hooks
version = 1.0.11
description = Some magento hooks for pre-commit.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/eriocnemis/git.MagentoPreCommitHooks
author = Eriocnemis Team
author_email = [email protected]
license = OSL-3.0
license_file = LICENSE.md
[options]
packages = find:
python_requires = >=3.6.1
[options.entry_points]
console_scripts =
magento-xml = pre_commit_hooks.magento_xml:main
magento-phpcs = pre_commit_hooks.magento_phpcs:main
magento-phpmd = pre_commit_hooks.magento_phpmd:main
magento-phpcpd = pre_commit_hooks.magento_phpcpd:main
magento-phpstan = pre_commit_hooks.magento_phpstan:main
magento-phpunit = pre_commit_hooks.magento_phpunit:main
magento-webapi-rest-phpunit = pre_commit_hooks.magento_phpunit:main
magento-webapi-soap-phpunit = pre_commit_hooks.magento_phpunit:main