Skip to content

Commit

Permalink
Bump the minimum version of datadog-checks-dev (#14785)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jun 16, 2023
1 parent 515c6cf commit 9d00666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"datadog-checks-dev[cli]~=19.0",
"datadog-checks-dev[cli]~=20.0",
"hatch>=1.6.3",
"httpx",
"jsonpointer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ def clean(app: Application):
Remove build and test artifacts for the entire repository.
"""
with app.repo.path.as_cwd():
app.platform.run_command(["git", "clean", "-fdX", "-e", "!.vscode", "-e", "!.idea"])
app.platform.run_command(
["git", "clean", "-fdX", "-e", "!.vscode", "-e", "!.idea", "-e", "!ddev/src/ddev/_version.py"]
)

0 comments on commit 9d00666

Please sign in to comment.