Adding overwriting of __header__ functionality to config

CONFIG = Config(path="~/.config/island-code-extractor", header="island-code-extractor")
This commit is contained in:
2020-08-25 22:33:21 +01:00
parent 793e8a04bc
commit 76dfe5a15a
4 changed files with 597 additions and 64 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": ".venv/bin/python"
}