Skip to content

Commit

Permalink
CLN: remove _vendored/typing_extensions (pandas-dev#37511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored Oct 30, 2020
1 parent 4582c1c commit f6275ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,476 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ repos:
language: python
entry: python scripts/validate_unwanted_patterns.py --validation-type="private_import_across_module"
types: [python]
exclude: ^(asv_bench|pandas/_vendored|pandas/tests|doc)/
exclude: ^(asv_bench|pandas/tests|doc)/
- id: unwanted-patterns-private-function-across-module
name: Check for use of private functions across modules
language: python
entry: python scripts/validate_unwanted_patterns.py --validation-type="private_function_across_module"
types: [python]
exclude: ^(asv_bench|pandas/_vendored|pandas/tests|doc)/
exclude: ^(asv_bench|pandas/tests|doc)/
- repo: https://github.com/asottile/yesqa
rev: v1.2.2
hooks:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ check:
python3 scripts/validate_unwanted_patterns.py \
--validation-type="private_function_across_module" \
--included-file-extensions="py" \
--excluded-file-paths=pandas/tests,asv_bench/,pandas/_vendored \
--excluded-file-paths=pandas/tests,asv_bench/ \
pandas/

python3 scripts/validate_unwanted_patterns.py \
--validation-type="private_import_across_module" \
--included-file-extensions="py" \
--excluded-file-paths=pandas/tests,asv_bench/,pandas/_vendored,doc/
--excluded-file-paths=pandas/tests,asv_bench/,doc/
pandas/
Empty file removed pandas/_vendored/__init__.py
Empty file.
Loading

0 comments on commit f6275ba

Please sign in to comment.