I saw you added a skeleton pre-commit file. Let's take this to the next level. ``` repos: - repo: local hooks: - id: check-stl-fcstd name: Check STL FCStd Files entry: python check_stl_fcstd.py language: python types: [text] files: \.fcstd$ ```
I saw you added a skeleton pre-commit file. Let's take this to the next level.