The SEC-06 replacement swallowed the trailing comma into the comment: allow_credentials=False # comment, ← comma in comment Fixed to: allow_credentials=False, # comment ← comma after value |
||
|---|---|---|
| .. | ||
| app | ||
| .dockerignore | ||
| Dockerfile | ||
| requirements.txt | ||
The SEC-06 replacement swallowed the trailing comma into the comment: allow_credentials=False # comment, ← comma in comment Fixed to: allow_credentials=False, # comment ← comma after value |
||
|---|---|---|
| .. | ||
| app | ||
| .dockerignore | ||
| Dockerfile | ||
| requirements.txt | ||