Skip to content

Commit 5fba141

Browse files
authored
Merge pull request #138 from python-project-templates/copier-update-2026-03-30T20-23-30
Update from copier (2026-03-30T20:23:30)
2 parents 0e2d970 + 09fb73d commit 5fba141

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 9be318c
2+
_commit: '1246721'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Makefile linguist-documentation
77
*.html text=auto eol=lf
88
*.js text=auto eol=lf
99
*.json text=auto eol=lf
10-
*.less text=auto eol=lf
1110
*.md text=auto eol=lf
1211
*.py text=auto eol=lf
1312
*.toml text=auto eol=lf

js/jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ const esModules = [
1818
module.exports = {
1919
moduleDirectories: ["node_modules", "src", "tests"],
2020
moduleNameMapper: {
21-
"\\.(css|less|sass|scss)$": "<rootDir>/tests/styleMock.js",
21+
"\\.(css|sass|scss)$": "<rootDir>/tests/styleMock.js",
2222
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/tests/fileMock.js",
2323
},
2424
reporters: [ "default", "jest-junit" ],
2525
setupFiles: ["<rootDir>/tests/setup.js"],
2626
testEnvironment: "jsdom",
2727
transform: {
2828
"^.+\\.jsx?$": "babel-jest",
29-
".+\\.(css|styl|less|sass|scss)$": "jest-transform-css",
29+
".+\\.(css|styl|sass|scss)$": "jest-transform-css",
3030
},
3131
transformIgnorePatterns: [`/node_modules/.pnpm/(?!(${esModules}))`],
3232
};

0 commit comments

Comments
 (0)