File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 25
25
- id : python-no-log-warn
26
26
- id : text-unicode-replacement-char
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : v0.9.2
28
+ rev : v0.9.9
29
29
hooks :
30
30
- id : ruff-format
31
31
- id : ruff
34
34
hooks :
35
35
- id : refurb
36
36
- repo : https://github.com/executablebooks/mdformat
37
- rev : 0.7.21
37
+ rev : 0.7.22
38
38
hooks :
39
39
- id : mdformat
40
40
additional_dependencies : [
44
44
]
45
45
files : (README\.md)
46
46
- repo : https://github.com/executablebooks/mdformat
47
- rev : 0.7.21
47
+ rev : 0.7.22
48
48
hooks :
49
49
- id : mdformat
50
50
additional_dependencies : [
59
59
- id : nbstripout
60
60
exclude : (docs)
61
61
- repo : https://github.com/crate-ci/typos
62
- rev : dictgen-v0.3.1
62
+ rev : v1.30.0
63
63
hooks :
64
64
- id : typos
65
65
exclude : (\.ipynb)
Original file line number Diff line number Diff line change @@ -473,11 +473,6 @@ def helper():
473
473
@pytest .mark .end_to_end
474
474
@pytest .mark .skipif (not IS_PEXPECT_INSTALLED , reason = "pexpect is not installed." )
475
475
@pytest .mark .skipif (sys .platform == "win32" , reason = "pexpect cannot spawn on Windows." )
476
- @pytest .mark .xfail (
477
- condition = sys .version_info >= (3 , 13 ) and sys .platform == "darwin" ,
478
- reason = "Can't debug since the debugger hangs." ,
479
- strict = True ,
480
- )
481
476
def test_set_trace_is_returned_after_pytask_finishes (tmp_path ):
482
477
"""Motivates unconfiguring of pdb.set_trace."""
483
478
source = f"""
You can’t perform that action at this time.
0 commit comments