mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
[BugFix] Fix Codespell Linting Errors (#6464)
* codespell * skip terminal crypto onchain
This commit is contained in:
1
.codespell.ignore
vendored
1
.codespell.ignore
vendored
@@ -44,3 +44,4 @@ wew
|
||||
yeld
|
||||
zar
|
||||
zlot
|
||||
bootup
|
||||
2
.codespell.skip
vendored
2
.codespell.skip
vendored
@@ -14,3 +14,5 @@
|
||||
./build/pyinstaller
|
||||
./website/config.toml
|
||||
./**/node_modules
|
||||
./frontend-components/**
|
||||
./website/content/terminal/reference/crypto/onchain/**
|
||||
@@ -5,7 +5,7 @@ from copy import deepcopy
|
||||
from logging.handlers import TimedRotatingFileHandler
|
||||
from pathlib import Path
|
||||
|
||||
# IMPORTATION THIRDPARTY
|
||||
# IMPORTATION THIRD PARTY
|
||||
# IMPORTATION INTERNAL
|
||||
from openbb_core.app.logs.models.logging_settings import LoggingSettings
|
||||
from openbb_core.app.logs.utils.expired_files import (
|
||||
|
||||
@@ -94,7 +94,7 @@ print(summary[['full_name', 'open_issues', 'stargazers_count']])
|
||||
|
||||
### alt.oss.summary
|
||||
|
||||
The alt.oss.summary SDK command gets you some info on a reposity - You just pass the repo path and can see all kinds of interesting information.
|
||||
The alt.oss.summary SDK command gets you some info on a repository - You just pass the repo path and can see all kinds of interesting information.
|
||||
|
||||
```python
|
||||
summary = pd.DataFrame.from_dict(openbb.alt.oss.summary(repo="openbb-finance/openbbterminal"))
|
||||
|
||||
@@ -15,7 +15,7 @@ XL_FUNCS_PATH = CONTENT_PATH / "excel" / "functions.json"
|
||||
XL_PLATFORM_PATH = CONTENT_PATH / "excel" / "openapi.json"
|
||||
SEO_METADATA_PATH = WEBSITE_PATH / "metadata" / "platform_v4_seo_metadata.json"
|
||||
|
||||
# URLs: the platorm url should match the backend being used by excel.openbb.co
|
||||
# URLs: the platform url should match the backend being used by excel.openbb.co
|
||||
XL_FUNCS_URL = "https://excel.openbb.co/assets/functions.json"
|
||||
XL_PLATFORM_URL = "https://sdk.openbb.co/openapi.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user