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(codespell)" ,
45 " Bash(bandit -r dfetch)" ,
56 " Bash(black --check dfetch)" ,
6- " Bash(codespell)" ,
77 " Bash(doc8 doc:*)" ,
8+ " Bash(git add:*)" ,
9+ " Bash(git fetch:*)" ,
10+ " Bash(git pull:*)" ,
811 " Bash(git stash:*)" ,
12+ " Bash(git update-index --refresh)" ,
913 " Bash(isort --diff dfetch)" ,
1014 " Bash(lint-imports)" ,
1115 " Bash(mypy dfetch:*)" ,
12- " Bash(pip install:*)" ,
1316 " Bash(pip show:*)" ,
1417 " Bash(pre-commit run:*)" ,
1518 " Bash(pydocstyle dfetch:*)" ,
1619 " Bash(pylint dfetch:*)" ,
1720 " 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(python -m behave:*)" ,
22+ " Bash(python -m pytest:*)" ,
2123 " Bash(radon *)" ,
2224 " Bash(ruff check:*)" ,
2325 " Bash(xargs pyupgrade:*)" ,
You can’t perform that action at this time.
0 commit comments