Skip to content

Commit 65378c3

Browse files
committed
Remove .pre-commit check for pytest ref pandas-dev#56671
1 parent 56d02de commit 65378c3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.pre-commit-config.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,6 @@ repos:
274274
language: python
275275
types: [rst]
276276
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/
284277
- id: unwanted-patterns-private-function-across-module
285278
name: Check for use of private functions across modules
286279
language: python

0 commit comments

Comments
 (0)