[BugFix] Fix Codespell Linting Errors (#6464)

* codespell

* skip terminal crypto onchain
This commit is contained in:
Danglewood
2024-05-24 12:22:52 -07:00
committed by GitHub
parent 1e46549f00
commit aefd921027
5 changed files with 6 additions and 3 deletions

1
.codespell.ignore vendored
View File

@@ -44,3 +44,4 @@ wew
yeld
zar
zlot
bootup

2
.codespell.skip vendored
View File

@@ -14,3 +14,5 @@
./build/pyinstaller
./website/config.toml
./**/node_modules
./frontend-components/**
./website/content/terminal/reference/crypto/onchain/**

View File

@@ -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 (

View File

@@ -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"))

View File

@@ -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"