oca-git-bot
4 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
3 changed files with
4 additions and
3 deletions
-
.copier-answers.yml
-
.pre-commit-config.yaml
-
.travis.yml
|
|
@ -1,5 +1,5 @@ |
|
|
|
# Do NOT update manually; changes here will be overwritten by Copier |
|
|
|
_commit: v1.1.0a0 |
|
|
|
_commit: v1.1.1 |
|
|
|
_src_path: gh:oca/oca-addons-repo-template |
|
|
|
dependency_installation_mode: PIP |
|
|
|
generate_requirements_txt: true |
|
|
|
|
|
@ -4,6 +4,8 @@ exclude: | |
|
|
|
# END NOT INSTALLABLE ADDONS |
|
|
|
# Files and folders generated by bots, to avoid loops |
|
|
|
^setup/|/static/description/index\.html$| |
|
|
|
# We don't want to mess with tool-generated files |
|
|
|
.svg$| |
|
|
|
# Maybe reactivate this when all README files include prettier ignore tags? |
|
|
|
^README\.md$| |
|
|
|
# Library files can have extraneous formatting (even minimized) |
|
|
@ -26,7 +28,7 @@ repos: |
|
|
|
language: fail |
|
|
|
files: "\\.rej$" |
|
|
|
- repo: https://github.com/oca/maintainer-tools |
|
|
|
rev: 1b5c7ad |
|
|
|
rev: ab1d7f6 |
|
|
|
hooks: |
|
|
|
# update the NOT INSTALLABLE ADDONS section above |
|
|
|
- id: oca-update-pre-commit-excluded-addons |
|
|
|
|
|
@ -14,7 +14,6 @@ addons: |
|
|
|
- expect-dev # provides unbuffer utility |
|
|
|
|
|
|
|
stages: |
|
|
|
- linting |
|
|
|
- test |
|
|
|
|
|
|
|
jobs: |
|
|
|