Github Actions: add codespell linter, warn only

This commit is contained in:
marc tobias
2024-03-04 00:17:57 +01:00
parent dd2c794de5
commit b7eea4d53a
5 changed files with 21 additions and 7 deletions

View File

@@ -239,7 +239,7 @@ _PG_CONNECTION_STRINGS = {
def get_pg_env(dsn: str,
base_env: Optional[SysEnv] = None) -> Dict[str, str]:
""" Return a copy of `base_env` with the environment variables for
PostgresSQL set up from the given database connection string.
PostgreSQL set up from the given database connection string.
If `base_env` is None, then the OS environment is used as a base
environment.
"""