You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STY: Use strict arg in zip() in pandas/tests/extension
I added strict=True parameter to 11 zip() calls across 7 files in the
pandas/tests/extension directory to enforce Ruff rule B905.
This ensures that all zipped iterables have equal lengths, making the
tests more robust and catching potential bugs early during testing.
Files modified:
- base/methods.py: 3 zip() calls
- date/array.py: 1 zip() call
- decimal/array.py: 1 zip() call
- json/array.py: 3 zip() calls
- test_arrow.py: 1 zip() call
- test_categorical.py: 1 zip() call
- test_interval.py: 1 zip() call
0 commit comments