Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 17, 2024
1 parent 837eed4 commit 270ca8b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
[project]
requires-python = "==3.9"

[tool.ruff]
line-length = 120
src = [
"apps",
"apps/api/src",
"apps/check-processing-time/src",
"apps/get-files/src",
"apps/handle-batch-event/src",
"apps/set-batch-overrides/src",
"apps/scale-cluster/src",
"apps/start-execution-manager/src",
"apps/start-execution-worker/src",
"apps/disable-private-dns/src",
"apps/update-db/src",
"apps/upload-log/src",
"lib/dynamo",
"lib/lambda_logging",
"**/src",
"lib/*",
"tests",
]

Expand Down

0 comments on commit 270ca8b

Please sign in to comment.