Skip to content

Commit 6f5233e

Browse files
committed
Pyproject revert
1 parent f6c5021 commit 6f5233e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: ..
77
dockerfile: .devcontainer/Dockerfile
88
args:
9-
IMAGE: python:3.11
9+
IMAGE: python:3.12
1010

1111
volumes:
1212
- ..:/workspace:cached

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.ruff]
22
line-length = 120
3-
target-version = "py39"
3+
target-version = "py312"
44
lint.select = ["E", "F", "I", "UP"]
55
lint.ignore = ["D203"]
66
lint.isort.known-first-party = ["fastapi_app"]

0 commit comments

Comments
 (0)