Skip to content

Commit 8354c4f

Browse files
committed
add ai tooling to development
1 parent 0c71815 commit 8354c4f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
"mutantdino.resourcemonitor",
9292
"paulomenezes.duplicated-code",
9393
"searKing.preview-vscode",
94-
"sourcery.sourcery"
94+
"sourcery.sourcery",
95+
"GitHub.copilot",
96+
"GitHub.copilot-labs"
9597
]
9698
}
9799
},

.devcontainer/requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ pylint
1212
pylint-django
1313
wily
1414
yapf
15+
sourcery-analytics

0 commit comments

Comments
 (0)