summaryrefslogtreecommitdiff
path: root/kombu/transport/sqlalchemy/__init__.py
diff options
context:
space:
mode:
authorStevie Gayet <87695919+stegayet@users.noreply.github.com>2023-05-15 04:11:34 +0200
committerGitHub <noreply@github.com>2023-05-15 08:11:34 +0600
commitc03335e167a320ffbb62c953e12dca8b659d6805 (patch)
treeb76627f0282d66cb5399ea38b70bac7360066c4d /kombu/transport/sqlalchemy/__init__.py
parent8426032ae25b6e35bbb72fe084281a447d30991f (diff)
downloadkombu-c03335e167a320ffbb62c953e12dca8b659d6805.tar.gz
chore(ci): fix lint job (#1718)
* chore(ci): align python version between matrix and tox config * chore(pydocstyle): upgrade pydocstyle to 6.3.0 * chore(pydocstyle): exclude rules * fix(mypy): fix `[truthy-function]` error * fix(pydocstyle): fix D205 rule * fix(pydocstyle): fix D212 rule * fix(pydocstyle): fix D407 rule * fix(pydocstyle): fix D412 rule * fix(pydocstyle): fix D406 rule * fix(pydocstyle): fix D411 rule --------- Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com>
Diffstat (limited to 'kombu/transport/sqlalchemy/__init__.py')
-rw-r--r--kombu/transport/sqlalchemy/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kombu/transport/sqlalchemy/__init__.py b/kombu/transport/sqlalchemy/__init__.py
index a61c8ea8..ee2b0e65 100644
--- a/kombu/transport/sqlalchemy/__init__.py
+++ b/kombu/transport/sqlalchemy/__init__.py
@@ -20,8 +20,9 @@ Connection String
sqlalchemy+SQL_ALCHEMY_CONNECTION_STRING
For details about ``SQL_ALCHEMY_CONNECTION_STRING`` see SQLAlchemy Engine Configuration documentation.
-Examples:
+Examples
+--------
.. code-block::
# PostgreSQL with default driver