diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b07c3ea..73a94e2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { "recommendations": [ "davidanson.vscode-markdownlint", + "eamodio.gitlens", "esbenp.prettier-vscode", "ms-python.black-formatter", "ms-python.pylint", @@ -10,6 +11,7 @@ "oderwat.indent-rainbow", "pkief.material-product-icons", "streetsidesoftware.code-spell-checker", + "tamasfe.even-better-toml", "tyriar.sort-lines", "vscode-icons-team.vscode-icons", "wmaurer.change-case" diff --git a/pcufile.toml b/pcufile.toml index 4a1a5cb..721fe2e 100644 --- a/pcufile.toml +++ b/pcufile.toml @@ -13,3 +13,5 @@ interactive = false txt = false init = false path = "requirements-dev.txt" +extra = [] +pre = false