We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d02de commit 65378c3Copy full SHA for 65378c3
.pre-commit-config.yaml
@@ -274,13 +274,6 @@ repos:
274
language: python
275
types: [rst]
276
files: ^doc/source/(development|reference)/
277
- - id: unwanted-patterns-bare-pytest-raises
278
- name: Check for use of bare pytest raises
279
- language: python
280
- entry: python scripts/validate_unwanted_patterns.py --validation-type="bare_pytest_raises"
281
- types: [python]
282
- files: ^pandas/tests/
283
- exclude: ^pandas/tests/extension/
284
- id: unwanted-patterns-private-function-across-module
285
name: Check for use of private functions across modules
286
0 commit comments