mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
docs: fix broken links in the documentation (#19235)
This commit is contained in:
committed by
GitHub
parent
10eb6c77a4
commit
2a89da2ef1
@@ -41,8 +41,8 @@ tox -e pylint
|
||||
|
||||
In terms of best practices please advoid blanket disablement of Pylint messages globally (via `.pylintrc`) or top-level within the file header, albeit there being a few exceptions. Disablement should occur inline as it prevents masking issues and provides context as to why said message is disabled.
|
||||
|
||||
Additionally the Python code is auto-formatted using [Black](https://github.com/python/black) which
|
||||
is configured as a pre-commit hook. There are also numerous [editor integrations](https://black.readthedocs.io/en/stable/editor_integration.html)
|
||||
Additionally, the Python code is auto-formatted using [Black](https://github.com/python/black) which
|
||||
is configured as a pre-commit hook. There are also numerous [editor integrations](https://black.readthedocs.io/en/stable/integrations/editors.html)
|
||||
|
||||
### TypeScript
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ version: 1
|
||||
|
||||
## MySQL
|
||||
|
||||
The recommended connector library for MySQL is `[mysqlclient](https://pypi.org/project/mysqlclient/)`.
|
||||
The recommended connector library for MySQL is [mysqlclient](https://pypi.org/project/mysqlclient/).
|
||||
|
||||
Here's the connection string:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user