o
    Wi                     @  s   d dl mZ dZd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                   C  s   t tdd dS )N )endr   )printSAMPLE_CONFIG r	   r	   U/home/ubuntu/.local/lib/python3.10/site-packages/pre_commit/commands/sample_config.pysample_config   s   r   N)r   r   )
__future__r   r   r   r	   r	   r	   r
   <module>   s    