Skip to content

Commit deddd8a

Browse files
authored
Add tool.ddev.repo to pyproject.toml (DataDog#2700)
* Add tool.ddev.repo to pyproject.toml * Fix missing quotes
1 parent 4c626cc commit deddd8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ ban-relative-imports = "all"
7171
#Tests can use assertions and relative imports
7272
"**/tests/**/*" = ["S101", "TID252"]
7373
"tests/models/config_models/deprecations.py" = ["E501"]
74+
75+
[tool.ddev]
76+
repo = "extras"
77+

0 commit comments

Comments
 (0)