Skip to content

Conversation

RZ9082
Copy link

@RZ9082 RZ9082 commented May 6, 2025

@paulzierep
Copy link
Collaborator

you can automate some checks in vcode in your settings.json with:

  "[python]": {
    "editor.defaultFormatter": "ms-python.black-formatter",
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
      "source.organizeImports": "explicit"
    }
  },
  "isort.args": [
    "--profile",
    "black"
  ],
  
  ``

@paulzierep
Copy link
Collaborator

need to fix lintng @RZ9082

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants