style: ignore builtin template in pre-commit config

This commit is contained in:
283375 2023-06-21 02:53:42 +08:00
parent 7bf88a4d3d
commit 0fe5f09de0

View File

@ -8,7 +8,9 @@ repos:
rev: 23.1.0
hooks:
- id: black
exclude: _builtin_templates.py
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
exclude: _builtin_templates.py