Skip to content

Commit 88464e7

Browse files
authored
Merge pull request #328 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 907e62e + e201692 commit 88464e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v3.8.5
22+
rev: v3.9.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']

tests/test_pytest_mock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ def test_monkeypatch_ini(testdir: Any, mocker: MockerFixture) -> None:
638638

639639
testdir.makepyfile(
640640
"""
641-
import py.code
642641
def test_foo(mocker):
643642
stub = mocker.stub()
644643
assert stub.assert_called_with.__module__ == stub.__module__

0 commit comments

Comments
 (0)