We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fbdbb commit 6daaf2dCopy full SHA for 6daaf2d
.vscode/settings.json
@@ -1,5 +1,5 @@
1
{
2
- "python.formatting.provider": "black",
3
- "python.linting.flake8Enabled": true,
4
- "python.testing.pytestEnabled": true,
5
-}
+ "python.formatting.provider": "black",
+ "python.linting.flake8Enabled": true,
+ "python.testing.pytestEnabled": true
+}
docker-compose.yml
@@ -16,4 +16,4 @@ services:
16
POSTGRES_PASSWORD: postgres
17
18
ports:
19
- - "5432:5432"
+ - "5432:5432"
0 commit comments