# mirrors-yapf **Repository Path**: irving512/mirrors-yapf ## Basic Information - **Project Name**: mirrors-yapf - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEPRECATED use https://github.com/google/yapf directly now instead \o/ ___ yapf mirror =========== Mirror of yapf package for pre-commit. For pre-commit: see https://github.com/pre-commit/pre-commit For yapf: see https://github.com/google/yapf ### Using yapf with pre-commit Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/pre-commit/mirrors-yapf rev: '' # Use the sha / tag you want to point at hooks: - id: yapf ```