mirror of
https://github.com/python/cpython.git
synced 2026-04-15 00:00:57 +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>
10 lines
251 B
YAML
10 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
|