Skip to content

Commit 9afc693

Browse files
committed
fix: add black so our AI dev platform formats correctly
1 parent 73650f9 commit 9afc693

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ requests = { version ="^2.22.0", optional = true }
3636
pytest = { version= "^8.0.0", optional = true }
3737
pytest-benchmark = { version = "^4.0", optional = true }
3838
flake8 = { version = "^5.0.4", optional = true }
39+
black = { version = "==25.11.0", optional = true }
3940

4041
[tool.poetry.extras]
4142
dev = [
@@ -44,8 +45,12 @@ dev = [
4445
"pytest",
4546
"pytest-benchmark",
4647
"requests",
48+
"black",
4749
]
4850

51+
[tool.black]
52+
include = "(^datadog_lambda/.*\\.pyi?$|^tests/.*\\.pyi?$)"
53+
4954
[build-system]
5055
requires = ["poetry-core>=1.0.0"]
5156
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)