Skip to content

Commit 058e7b6

Browse files
committed
Apply comments from PR review
1 parent f83c2c0 commit 058e7b6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "dbt-databricks",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/python:1-3.9-bullseye",
77
"features": {
88
"ghcr.io/devcontainers-extra/features/hatch:2": {}
99
},
@@ -27,19 +27,12 @@
2727
".pytest_cache": true,
2828
"**/__pycache__": true
2929
},
30-
"python.analysis.diagnosticMode": "workspace",
3130
"python.analysis.enablePytestSupport": true,
3231
"python.defaultInterpreterPath": ".hatch/bin/python",
3332
"python.envFile": "test.env",
3433
"python.testing.pytestEnabled": true,
3534
"python.languageServer": "Pylance",
3635
"ruff.fixAll": true,
37-
"ruff.format.args": [
38-
"--config=pyproject.toml"
39-
],
40-
"ruff.lint.args": [
41-
"--config=pyproject.toml"
42-
],
4336
"[python]": {
4437
"editor.defaultFormatter": "charliermarsh.ruff",
4538
"editor.codeActionsOnSave": {

0 commit comments

Comments
 (0)