[[".pre-commit-config.yaml".repos]] yaml = """ - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade rev: v2.10.0 hooks: - id: pyupgrade """