commit
686fd800a8
|
@ -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.21.1
|
_commit: '1.23'
|
||||||
_src_path: gh:oca/oca-addons-repo-template
|
_src_path: gh:oca/oca-addons-repo-template
|
||||||
additional_ruff_rules: []
|
additional_ruff_rules: []
|
||||||
ci: GitHub
|
ci: GitHub
|
||||||
|
|
|
@ -4,7 +4,7 @@ env:
|
||||||
|
|
||||||
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
|
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
|
||||||
parserOptions:
|
parserOptions:
|
||||||
ecmaVersion: 2019
|
ecmaVersion: 2022
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
- files:
|
- files:
|
||||||
|
|
|
@ -25,6 +25,15 @@ var/
|
||||||
*.egg
|
*.egg
|
||||||
*.eggs
|
*.eggs
|
||||||
|
|
||||||
|
# Debian packages
|
||||||
|
*.deb
|
||||||
|
|
||||||
|
# Redhat packages
|
||||||
|
*.rpm
|
||||||
|
|
||||||
|
# MacOS packages
|
||||||
|
*.dmg
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
pip-log.txt
|
pip-log.txt
|
||||||
pip-delete-this-directory.txt
|
pip-delete-this-directory.txt
|
||||||
|
|
Loading…
Reference in New Issue