Skip to content

Commit ee3ea46

Browse files
committed
Remove pyc cleaner pre-commit hook
This is not a Python project, remove the cleaner pre-commit hook Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent 3b8048b commit ee3ea46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# See https://pre-commit.com for more information
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
5-
- repo: local
6-
hooks:
7-
- id: clean-up-pyc-and-pyo-files
8-
name: Scrub all .pyc and .pyo files before committing
9-
entry: ./.hook-scripts/clean-up-pyc-and-pyo-files
10-
language: script
115

126
- repo: https://github.com/pre-commit/pre-commit-hooks
137
rev: v4.4.0

0 commit comments

Comments
 (0)