mirror of
https://github.com/python/cpython.git
synced 2026-03-31 02:49:47 +00:00
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
11 lines
251 B
YAML
11 lines
251 B
YAML
# Configuration for the zizmor static analysis tool, run via prek in CI
|
|
# https://docs.zizmor.sh/configuration/
|
|
rules:
|
|
dangerous-triggers:
|
|
ignore:
|
|
- documentation-links.yml
|
|
unpinned-uses:
|
|
config:
|
|
policies:
|
|
"*": ref-pin
|