Skip to content

Commit 95eec75

Browse files
committed
rm python3_hooks_repo
1 parent 5e4b354 commit 95eec75

File tree

4 files changed

+1
-23
lines changed

4 files changed

+1
-23
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: v3.16.0
1818
hooks:
1919
- id: reorder-python-imports
20-
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
20+
exclude: ^pre_commit/resources/
2121
args: [--py310-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
2323
rev: v4.0.0

testing/resources/python3_hooks_repo/.pre-commit-hooks.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

testing/resources/python3_hooks_repo/py3_hook.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

testing/resources/python3_hooks_repo/setup.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)