Files
CommunityScripts/plugins/tagGraph/config.py
Raghavan 228c294ffa Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00

8 lines
146 B
Python

STASH_SETTINGS = {
"Scheme": "http",
"Domain": "localhost",
"Port": "9999",
"ApiKey": "YOUR_API_KEY_HERE",
}
SHOW_OPTIONS = False