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:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: "v0.11.11"
|
rev: "v0.12.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--fix"]
|
args: ["--fix"]
|
||||||
@@ -23,7 +23,7 @@ repos:
|
|||||||
language: python
|
language: python
|
||||||
additional_dependencies: [pygments, restructuredtext_lint]
|
additional_dependencies: [pygments, restructuredtext_lint]
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.15.0
|
rev: v1.16.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
files: ^(src/|testing/)
|
files: ^(src/|testing/)
|
||||||
|
|||||||
@@ -206,8 +206,8 @@ class TestNodeManager:
|
|||||||
p = Path(p)
|
p = Path(p)
|
||||||
print("remote curdir", p)
|
print("remote curdir", p)
|
||||||
assert p == dest.joinpath(config.rootpath.name)
|
assert p == dest.joinpath(config.rootpath.name)
|
||||||
assert p.joinpath("dir1").check()
|
assert p.joinpath("dir1").is_dir()
|
||||||
assert p.joinpath("dir1", "file1").check()
|
assert p.joinpath("dir1", "file1").is_file()
|
||||||
|
|
||||||
def test_popen_rsync_subdir(
|
def test_popen_rsync_subdir(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user