Replies: 2 comments 2 replies
-
Here are the extensions I use:
Black output is compliant with flake8, so I don't use any separate tool for that. For typing with mypy, I instead use a Git hook, which I'll post about in a separate discussion/thread. |
Beta Was this translation helpful? Give feedback.
-
An update: I've personally:
These two (plus For convenience, I also make use of: I also note that pre-commit ( |
Beta Was this translation helpful? Give feedback.
-
Per some oral discussion at today's MESSAGEix team meeting, here's a thread to collect tips for and experiences developing for MESSAGEix in Visual Studio Code. In particular, we can talk about how to easily implement the code style that applies to
ixmp
,message_ix
,message-ix-models
, andmessage_data
(private).Beta Was this translation helpful? Give feedback.
All reactions