mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
10 lines
269 B
YAML
10 lines
269 B
YAML
# Configuration for the zizmor static analysis tool, run via pre-commit in CI
|
|
# https://woodruffw.github.io/zizmor/configuration/
|
|
rules:
|
|
dangerous-triggers:
|
|
ignore:
|
|
- documentation-links.yml
|
|
unpinned-uses:
|
|
config:
|
|
policies:
|
|
"*": ref-pin
|