rm python3_hooks_repo

This commit is contained in:
anthony sottile 2025-11-08 13:33:50 -05:00
parent 5e4b3546f3
commit 95eec75004
4 changed files with 1 additions and 23 deletions

View file

@ -17,7 +17,7 @@ repos:
rev: v3.16.0
hooks:
- id: reorder-python-imports
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
exclude: ^pre_commit/resources/
args: [--py310-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/add-trailing-comma
rev: v4.0.0