Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 3.36 KB

README.rst

File metadata and controls

110 lines (75 loc) · 3.36 KB

Overview

docs |docs|
tests
package

pre-commit script to run automatically the configuration and variables custom from Vauxoo

  • Free software: GNU Lesser General Public License v3 or later (LGPLv3+)

Installation

pip install -U git+https://github.com/Vauxoo/pre-commit-vauxoo.git@main

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox