We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f3c4 commit 872ae72Copy full SHA for 872ae72
.pre-commit-config.yaml
@@ -130,12 +130,12 @@ repos:
130
types: [python]
131
pass_filenames: false
132
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
+ # - id: python-init
+ # name: Enforce __init__.py in Python packages
+ # entry: python tools/check_python_pkg_init.py
+ # language: python
+ # types: [python]
+ # pass_filenames: false
139
# Keep `suggestion` last
140
- id: suggestion
141
name: Suggestion
0 commit comments