Skip to content

Commit 71b5399

Browse files
authored
1 parent 9105941 commit 71b5399

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_prs: false
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.13.3
6+
rev: v0.14.0
77
hooks:
88
- id: ruff-check
99
args: [--exit-non-zero-on-fix]

tests/series/test_series.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,8 +3806,7 @@ def test_info() -> None:
38063806
check(assert_type(s.info(memory_usage="deep"), None), type(None))
38073807
check(assert_type(s.info(memory_usage=None), None), type(None))
38083808
check(assert_type(s.info(show_counts=True), None), type(None))
3809-
if PD_LTE_23: # pandas-dev/pandas#62590
3810-
check(assert_type(s.info(show_counts=False), None), type(None))
3809+
check(assert_type(s.info(show_counts=False), None), type(None))
38113810
check(assert_type(s.info(show_counts=None), None), type(None))
38123811

38133812

0 commit comments

Comments
 (0)