safe-chains 0.174.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[command]]
name = "pydocstyle"
description = "Docstring style checker for Python — verifies that modules, classes, functions, and methods have docstrings conforming to PEP 257 and other selectable conventions. Parses source statically; does not execute project code. Reports findings to stdout. Stable on the 6.x line."
url = "https://github.com/PyCQA/pydocstyle"
researched_version = "pydocstyle 6.x"
level = "SafeRead"
bare = true
standalone = [
    "--count", "--debug", "--explain",
    "--help", "--source", "--verbose", "--version",
    "-d", "-e", "-h", "-s", "-v",
]
valued = [
    "--add-ignore", "--add-select", "--config",
    "--convention", "--ignore", "--ignore-decorators",
    "--ignore-self-only-init", "--match", "--match-dir",
    "--property-decorators", "--select",
]