Skip to content

Commit 759e13e

Browse files
jbrockmendelKevin D Smith
authored and
Kevin D Smith
committed
CLN: remove _vendored/typing_extensions (pandas-dev#37511)
1 parent 630efd6 commit 759e13e

File tree

5 files changed

+6
-2476
lines changed

5 files changed

+6
-2476
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ repos:
104104
language: python
105105
entry: python scripts/validate_unwanted_patterns.py --validation-type="private_import_across_module"
106106
types: [python]
107-
exclude: ^(asv_bench|pandas/_vendored|pandas/tests|doc)/
107+
exclude: ^(asv_bench|pandas/tests|doc)/
108108
- id: unwanted-patterns-private-function-across-module
109109
name: Check for use of private functions across modules
110110
language: python
111111
entry: python scripts/validate_unwanted_patterns.py --validation-type="private_function_across_module"
112112
types: [python]
113-
exclude: ^(asv_bench|pandas/_vendored|pandas/tests|doc)/
113+
exclude: ^(asv_bench|pandas/tests|doc)/
114114
- repo: https://github.com/asottile/yesqa
115115
rev: v1.2.2
116116
hooks:

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ check:
3030
python3 scripts/validate_unwanted_patterns.py \
3131
--validation-type="private_function_across_module" \
3232
--included-file-extensions="py" \
33-
--excluded-file-paths=pandas/tests,asv_bench/,pandas/_vendored \
33+
--excluded-file-paths=pandas/tests,asv_bench/ \
3434
pandas/
3535

3636
python3 scripts/validate_unwanted_patterns.py \
3737
--validation-type="private_import_across_module" \
3838
--included-file-extensions="py" \
39-
--excluded-file-paths=pandas/tests,asv_bench/,pandas/_vendored,doc/
39+
--excluded-file-paths=pandas/tests,asv_bench/,doc/
4040
pandas/

pandas/_vendored/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)