Commit 911e9b1 1 parent 0487af6 commit 911e9b1 Copy full SHA for 911e9b1
File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.21.1
2
+ _commit : v1.24
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
additional_ruff_rules : []
5
5
ci : GitHub
Original file line number Diff line number Diff line change 4
4
5
5
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
6
6
parserOptions :
7
- ecmaVersion : 2019
7
+ ecmaVersion : 2022
8
8
9
9
overrides :
10
10
- files :
Original file line number Diff line number Diff line change 25
25
* .egg
26
26
* .eggs
27
27
28
+ # Debian packages
29
+ * .deb
30
+
31
+ # Redhat packages
32
+ * .rpm
33
+
34
+ # MacOS packages
35
+ * .dmg
36
+
28
37
# Installer logs
29
38
pip-log.txt
30
39
pip-delete-this-directory.txt
Original file line number Diff line number Diff line change 43
43
hooks :
44
44
- id : whool-init
45
45
- repo : https://github.com/oca/maintainer-tools
46
- rev : 9a170331575a265c092ee6b24b845ec508e8ef75
46
+ rev : d5fab7ee87fceee858a3d01048c78a548974d935
47
47
hooks :
48
48
# update the NOT INSTALLABLE ADDONS section above
49
49
- id : oca-update-pre-commit-excluded-addons
You can’t perform that action at this time.
0 commit comments