mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Refactor pre_commit.repository and factor out cached-property
This commit is contained in:
parent
7448e588ff
commit
c577ed92e7
14 changed files with 390 additions and 446 deletions
|
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
dist: trusty
|
||||
sudo: required
|
||||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
matrix:
|
||||
|
|
@ -13,8 +12,6 @@ matrix:
|
|||
python: pypy2.7-5.10.0
|
||||
- env: TOXENV=py37
|
||||
python: 3.7
|
||||
sudo: required
|
||||
dist: xenial
|
||||
install: pip install coveralls tox
|
||||
script: tox
|
||||
before_install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue