Skip to content

Commit 911e9b1

Browse files
committed
[IMP] update dotfiles
1 parent 0487af6 commit 911e9b1

4 files changed

+12
-3
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.21.1
2+
_commit: v1.24
33
_src_path: gh:oca/oca-addons-repo-template
44
additional_ruff_rules: []
55
ci: GitHub

.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44

55
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
66
parserOptions:
7-
ecmaVersion: 2019
7+
ecmaVersion: 2022
88

99
overrides:
1010
- files:

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ var/
2525
*.egg
2626
*.eggs
2727

28+
# Debian packages
29+
*.deb
30+
31+
# Redhat packages
32+
*.rpm
33+
34+
# MacOS packages
35+
*.dmg
36+
2837
# Installer logs
2938
pip-log.txt
3039
pip-delete-this-directory.txt

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: whool-init
4545
- repo: https://github.com/oca/maintainer-tools
46-
rev: 9a170331575a265c092ee6b24b845ec508e8ef75
46+
rev: d5fab7ee87fceee858a3d01048c78a548974d935
4747
hooks:
4848
# update the NOT INSTALLABLE ADDONS section above
4949
- id: oca-update-pre-commit-excluded-addons

0 commit comments

Comments
 (0)