Metadata-Version: 2.1
Name: pre-commit-odoo
Version: 0.1.1
Summary: Checks Odoo modules and projects
Home-page: https://github.com/odoo-ru/pre-commit-odoo
License: MIT
Author: Dmitry Voronin
Author-email: dimka665@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/odoo-ru/pre-commit-odoo
Description-Content-Type: text/markdown

Odoo pre-commit hooks
=============================
[![PyPI](https://img.shields.io/pypi/pyversions/pre-commit-odoo.svg)](https://pypi.org/project/pre-commit-odoo/ "Latest version on PyPI")

Checks Odoo modules and projects

Install
-------
```commandline
pip install pre-commit-odoo
```

Development
-----------
We need installed `poetry`.
```console
git clone git@github.com:odoo-ru/pre-commit-odoo.git

cd pre-commit-odoo
poetry install --no-root
```

Run tests:
```console
poetry run pytest
```

