safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "pytest"
description = "Python testing framework that discovers and executes arbitrary user-authored test code. Tests can perform any operation the Python process has access to, including filesystem writes, network requests, and subprocess spawning. --collect-only and --co perform test discovery without execution. conftest.py and plugin code loaded via --override-ini or -p runs arbitrary Python. --junitxml writes a report file. --basetemp controls the location of temporary test directories. Mature, stable project with regular releases."
url = "https://docs.pytest.org/"
level = "SafeRead"
standalone = [
    "--cache-clear", "--cache-show", "--co", "--collect-only",
    "--doctest-modules", "--help", "--last-failed", "--lf",
    "--markers", "--new-first", "--nf", "--no-header",
    "--quiet", "--showlocals", "--stepwise", "--strict-markers",
    "--verbose", "--version",
    "-h", "-l", "-q", "-v", "-x",
]
valued = [
    "--basetemp", "--color", "--confcutdir", "--deselect",
    "--durations", "--ignore", "--import-mode", "--junitxml",
    "--log-cli-level", "--maxfail", "--override-ini",
    "--rootdir", "--timeout",
    "-c", "-k", "-m", "-o", "-p", "-r", "-W",
]