Skip to content

Commit c5b24c3

Browse files
authored
fix: add pip upgrading to deepnote toolkit installation (#20)
1 parent c35f414 commit c5b24c3

File tree

3 files changed

+162
-87
lines changed

3 files changed

+162
-87
lines changed

.prettierrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module.exports = {
1111
tabWidth: 2
1212
}
1313
},
14+
{
15+
files: ['*.md'],
16+
options: {
17+
tabWidth: 2
18+
}
19+
},
1420
{
1521
files: ['**/datascience/serviceRegistry.ts'],
1622
options: {

0 commit comments

Comments
 (0)