Skip to content

Commit 872ae72

Browse files
committed
disable python init
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 6f6f3c4 commit 872ae72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ repos:
130130
types: [python]
131131
pass_filenames: false
132132
additional_dependencies: [regex]
133-
- id: python-init
134-
name: Enforce __init__.py in Python packages
135-
entry: python tools/check_python_pkg_init.py
136-
language: python
137-
types: [python]
138-
pass_filenames: false
133+
# - id: python-init
134+
# name: Enforce __init__.py in Python packages
135+
# entry: python tools/check_python_pkg_init.py
136+
# language: python
137+
# types: [python]
138+
# pass_filenames: false
139139
# Keep `suggestion` last
140140
- id: suggestion
141141
name: Suggestion

0 commit comments

Comments
 (0)