Skip to content

Commit

Permalink
chore(vscode): refine Copilot instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Sep 8, 2024
1 parent b7037d8 commit f049b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/copilot_instruction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Always adhere to PEP 8 coding style guide.
Always add NumPy docstring for all functions and classes.
Always add NumPy-style docstring for all functions and classes.
Include example section in the docstring if applicable.
Always add type annotations
Always add understandable comments.

0 comments on commit f049b44

Please sign in to comment.