Skip to content

Commit f6a07d5

Browse files
authored
Updated code formatting and fixed CI (#221)
* Updated code formatting * Delete package-lock.json * Fixed CI issue and updated dep version
1 parent 2ebbef0 commit f6a07d5

File tree

24 files changed

+140
-209
lines changed

24 files changed

+140
-209
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To add a new template,
109109
pnpm run lint
110110
```
111111

112-
- To ensure the codebase complies with a style guide, we use black and isort tools to format and check codebase for compliance with PEP8. Install and run with:
112+
- To ensure the codebase complies with a style guide, we use black and ufmt to format and check codebase for compliance with PEP8. Install and run with:
113113

114114
```sh
115115
# install code formatting dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prismjs": "^1.26.0",
3333
"prompts": "^2.4.2",
3434
"semver": "^7.3.5",
35-
"start-server-and-test": "^1.14.0",
35+
"start-server-and-test": "^1.15.3",
3636
"uuid": "^8.3.2",
3737
"vite": "^2.7.13",
3838
"vue": "^3.2.30",

0 commit comments

Comments
 (0)