See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| { | |
| "window.zoomLevel": 0, | |
| "python.languageServer": "Pylance", // ms-python.vscode-pylance | |
| "python.testing.unittestEnabled": false, // ms-python.python | |
| "python.testing.pytestEnabled": true, | |
| "python.testing.pytestArgs": [], // -x to bail | |
| "python.linting.flake8Enabled": true, | |
| "python.linting.mypyEnabled": true, | |
| "python.linting.pylintArgs": [ | |
| "--load-plugins=pylint_django", |