Skip to content

Commit a52ddd3

Browse files
committed
Fixed ruff for rabbit.
1 parent 1b68845 commit a52ddd3

File tree

1 file changed

+1
-1
lines changed
  • fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}

1 file changed

+1
-1
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Settings(BaseSettings):
8585
rabbit_host: str = "{{cookiecutter.project_name}}-rmq"
8686
rabbit_port: int = 5672
8787
rabbit_user: str = "guest"
88-
rabbit_pass: str = "guest"
88+
rabbit_pass: str = "guest" # noqa: S105
8989
rabbit_vhost: str = "/"
9090

9191
rabbit_pool_size: int = 2

0 commit comments

Comments
 (0)