📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 05:38:08
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pre_commit
/
commands
📍 /opt/hc_python/lib/python3.12/site-packages/pre_commit/commands
🔄 Refresh
✏️
Editing: sample_config.py
Read Only
from __future__ import annotations SAMPLE_CONFIG = '''\ # 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 ''' def sample_config() -> int: print(SAMPLE_CONFIG, end='') return 0
💾 Save Changes
❌ Cancel