We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4cae commit 0a4cc39Copy full SHA for 0a4cc39
.pre-commit-config.yaml
@@ -126,7 +126,7 @@ repos:
126
entry: python scripts/validate_unwanted_patterns.py --validation-type="bare_pytest_raises"
127
types: [python]
128
files: ^pandas/tests/
129
- exclude: ^pandas/tests/(computation|extension|io)/
+ exclude: ^pandas/tests/extension/
130
- id: inconsistent-namespace-usage
131
name: 'Check for inconsistent use of pandas namespace in tests'
132
entry: python scripts/check_for_inconsistent_pandas_namespace.py
0 commit comments