Merge pull request #1210 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.11.11"
|
||||
rev: "v0.12.0"
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["--fix"]
|
||||
@@ -23,7 +23,7 @@ repos:
|
||||
language: python
|
||||
additional_dependencies: [pygments, restructuredtext_lint]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.15.0
|
||||
rev: v1.16.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
files: ^(src/|testing/)
|
||||
|
||||
@@ -206,8 +206,8 @@ class TestNodeManager:
|
||||
p = Path(p)
|
||||
print("remote curdir", p)
|
||||
assert p == dest.joinpath(config.rootpath.name)
|
||||
assert p.joinpath("dir1").check()
|
||||
assert p.joinpath("dir1", "file1").check()
|
||||
assert p.joinpath("dir1").is_dir()
|
||||
assert p.joinpath("dir1", "file1").is_file()
|
||||
|
||||
def test_popen_rsync_subdir(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user