File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "permissions" : {
33 "allow" : [
4+ " Bash(bandit -r dfetch)" ,
5+ " Bash(black --check dfetch)" ,
46 " Bash(codespell)" ,
5- " Bash(python -m behave *)" ,
6- " Bash(python -m pytest tests/*)" ,
7- " Bash(pre-commit run:*)" ,
7+ " Bash(doc8 doc:*)" ,
88 " Bash(git stash:*)" ,
9- " Bash(xenon *)" ,
10- " Bash(radon *)" ,
119 " Bash(isort --diff dfetch)" ,
12- " Bash(black --check dfetch)" ,
13- " Bash(pylint dfetch:*)" ,
14- " Bash(ruff check:*)" ,
10+ " Bash(lint-imports)" ,
1511 " Bash(mypy dfetch:*)" ,
12+ " Bash(pip install:*)" ,
1613 " Bash(pip show:*)" ,
17- " Bash(doc8 doc :*)" ,
14+ " Bash(pre-commit run :*)" ,
1815 " Bash(pydocstyle dfetch:*)" ,
19- " Bash(bandit -r dfetch)" ,
16+ " Bash(pylint dfetch:* )" ,
2017 " Bash(pyroma --directory --min=10 .)" ,
18+ " Bash(pytest tests/test_sbom_reporter.py -q)" ,
19+ " Bash(python -m behave *)" ,
20+ " Bash(python -m pytest tests/*)" ,
21+ " Bash(radon *)" ,
22+ " Bash(ruff check:*)" ,
2123 " Bash(xargs pyupgrade:*)" ,
22- " Bash(lint-imports)" ,
23- " Bash(pip install:*)" ,
24- " Bash(pytest tests/test_sbom_reporter.py -q)"
24+ " Bash(xenon *)"
2525 ]
2626 }
2727}
You can’t perform that action at this time.
0 commit comments