File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.11.11 "
3
+ rev : " v0.12.0 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
23
23
language : python
24
24
additional_dependencies : [pygments, restructuredtext_lint]
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.15.0
26
+ rev : v1.16.1
27
27
hooks :
28
28
- id : mypy
29
29
files : ^(src/|testing/)
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ def test_rsync_roots_no_roots(
206
206
p = Path (p )
207
207
print ("remote curdir" , p )
208
208
assert p == dest .joinpath (config .rootpath .name )
209
- assert p .joinpath ("dir1" ).check ()
210
- assert p .joinpath ("dir1" , "file1" ).check ()
209
+ assert p .joinpath ("dir1" ).is_dir ()
210
+ assert p .joinpath ("dir1" , "file1" ).is_file ()
211
211
212
212
def test_popen_rsync_subdir (
213
213
self ,
You can’t perform that action at this time.
0 commit comments