-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
37 lines (37 loc) · 1.27 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"template": "https://github.com/guardicode/infection-monkey-cookiecutter",
"commit": "80df1e52622ffc903dc62dddc49f57a898394e3c",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "agentpluginapi",
"__project_slug": "agentpluginapi",
"full_name": "Ilija Lazoroski",
"email": "[email protected]",
"github_repo": "agentpluginapi",
"platform": "github",
"org": "guardicode",
"github_url": "guardicode",
"url": "https://github.com/guardicode/agentpluginapi",
"__year": "2024",
"license": "GPLv3",
"versioning_scheme": "PEP440",
"project_short_description": "Interfaces and components that comprise the Infection Monkey Agent Plugin API",
"python_major_version": "3",
"python_minor_version": "11",
"support_type_checking": "y",
"hook_shellcheck": "n",
"codecov": "y",
"travis_ci": "y",
"exclude_these_file_in_flake8": "vulture_allowlist.py",
"_black_version": "23.9.1",
"_dlint_version": "0.14.1",
"_flake8_version": "6.0.0",
"_isort_version": "5.12.0",
"_mypy_version": "1.5.1",
"_vulture_version": "2.9.1",
"_template": "https://github.com/guardicode/infection-monkey-cookiecutter"
}
},
"directory": null
}