Skip to content

Commit

Permalink
change yapf to black (#93) and format
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitastupin committed May 3, 2024
1 parent f8ec9ac commit 2c28c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"python.linting.pylintEnabled": false,
"python.linting.enabled": false,
"python.linting.pylintPath": "./.venv/bin/pylint",
"python.formatting.provider": "yapf",
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.defaultInterpreterPath": "./.venv/bin/python",
"mypy.runUsingActiveInterpreter": true,
Expand Down Expand Up @@ -38,6 +38,6 @@
".venv/**"
],
"files.exclude": {
"**/__pycache__": true,
"**/__pycache__": true
}
}
}

0 comments on commit 2c28c8e

Please sign in to comment.