Skip to content

Commit b54ff21

Browse files
committed
Update copier template
1 parent 9b09ec4 commit b54ff21

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
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.29
2+
_commit: v1.33
33
_src_path: git+https://github.com/OCA/oca-addons-repo-template
44
additional_ruff_rules: []
55
ci: GitHub

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ repos:
9595
additional_dependencies:
9696
9797
98+
9899
- repo: https://github.com/pre-commit/pre-commit-hooks
99100
rev: v4.6.0
100101
hooks:

eslint.config.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
var globals = require('globals');
12
jsdoc = require("eslint-plugin-jsdoc");
23

34
const config = [{
@@ -16,6 +17,8 @@ const config = [{
1617
openerp: "readonly",
1718
owl: "readonly",
1819
luxon: "readonly",
20+
QUnit: "readonly",
21+
...globals.browser,
1922
},
2023

2124
ecmaVersion: 2024,
@@ -191,7 +194,7 @@ const config = [{
191194
},
192195

193196
}, {
194-
files: ["**/*.esm.js"],
197+
files: ["**/*.esm.js", "**/*test.js"],
195198

196199
languageOptions: {
197200
ecmaVersion: 2024,

0 commit comments

Comments
 (0)