mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
added loaderon-hooks conf to setup
This commit is contained in:
parent
0a66e6635d
commit
bc32cc6ba6
1 changed files with 14 additions and 2 deletions
16
setup.cfg
16
setup.cfg
|
|
@ -5,8 +5,8 @@ description = Some out-of-the-box hooks for pre-commit.
|
|||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/pre-commit/pre-commit-hooks
|
||||
author = Anthony Sottile
|
||||
author_email = asottile@umich.edu
|
||||
author = Anthony Sottile; Alvaro Rodríguez Scelza - Loaderon at your service
|
||||
author_email = asottile@umich.edu; alvaroscelza@gmail.com
|
||||
license = MIT
|
||||
license_file = LICENSE
|
||||
classifiers =
|
||||
|
|
@ -24,6 +24,9 @@ classifiers =
|
|||
[options]
|
||||
packages = find:
|
||||
install_requires =
|
||||
pylint
|
||||
autopep8
|
||||
inflection
|
||||
flake8
|
||||
ruamel.yaml>=0.15
|
||||
six
|
||||
|
|
@ -61,6 +64,15 @@ console_scripts =
|
|||
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
|
||||
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
|
||||
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
|
||||
check-xml-encoding = pre_commit_logic.general_hooks.check_xml_encoding:main
|
||||
check-location = pre_commit_logic.general_hooks.check_location:main
|
||||
check-using-pylint = pre_commit_logic.general_hooks.check_using_pylint:main
|
||||
check-branch-name = pre_commit_logic.general_hooks.check_branch_name:main
|
||||
check-line = pre_commit_logic.general_hooks.check_line:main
|
||||
check-class-docstring = pre_commit_logic.general_hooks.check_class_docstring:main
|
||||
check-model-name = pre_commit_logic.odoo_specific_hooks.check_model_name:main
|
||||
check-view-name = pre_commit_logic.odoo_specific_hooks.check_view_name:main
|
||||
check-view-fields-order = pre_commit_logic.odoo_specific_hooks.check_view_fields_order:main
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue