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 b488b2a commit 99e98e5Copy full SHA for 99e98e5
.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