
    wi                        d dl mZ dZddZdS )    )annotationsa=  # See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.2.0
    hooks:
    -   id: trailing-whitespace
    -   id: end-of-file-fixer
    -   id: check-yaml
    -   id: check-added-large-files
returnintc                 2    t          t          d           dS )N )endr   )printSAMPLE_CONFIG     q/root/.openclaw/workspace/chatterbox_venv_py311/lib/python3.11/site-packages/pre_commit/commands/sample_config.pysample_configr      s    	-R    1r   N)r   r   )
__future__r   r
   r   r   r   r   <module>r      s<    " " " " " "     r   