[IMP] update dotfiles [ci skip]
This commit is contained in:
parent
f966a6ff74
commit
801349f291
|
|
@ -1,5 +1,5 @@
|
||||||
# Do NOT update manually; changes here will be overwritten by Copier
|
# Do NOT update manually; changes here will be overwritten by Copier
|
||||||
_commit: v1.14.1
|
_commit: v1.14.2
|
||||||
_src_path: https://github.com/OCA/oca-addons-repo-template.git
|
_src_path: https://github.com/OCA/oca-addons-repo-template.git
|
||||||
ci: GitHub
|
ci: GitHub
|
||||||
dependency_installation_mode: PIP
|
dependency_installation_mode: PIP
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ exclude: |
|
||||||
# You don't usually want a bot to modify your legal texts
|
# You don't usually want a bot to modify your legal texts
|
||||||
(LICENSE.*|COPYING.*)
|
(LICENSE.*|COPYING.*)
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3
|
python: python3.6
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/oca/maintainer-tools
|
- repo: https://github.com/oca/maintainer-tools
|
||||||
rev: ab1d7f6
|
rev: ab1d7f6
|
||||||
|
|
@ -38,7 +38,6 @@ repos:
|
||||||
rev: v3.4.1
|
rev: v3.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
language_version: python3.6
|
|
||||||
name: flake8 excluding __init__.py
|
name: flake8 excluding __init__.py
|
||||||
exclude: __init__\.py
|
exclude: __init__\.py
|
||||||
- repo: https://github.com/pre-commit/mirrors-pylint
|
- repo: https://github.com/pre-commit/mirrors-pylint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue