Skip to content

Commit 242cf8f

Browse files
[pre-commit.ci] pre-commit autoupdate (#451)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b14d0cd commit 242cf8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
language: python
1010
additional_dependencies: [pygments, restructuredtext_lint]
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.5.7
12+
rev: v0.6.1
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]

tests/test_pytest_mock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from unittest.mock import MagicMock
1414

1515
import pytest
16+
1617
from pytest_mock import MockerFixture
1718
from pytest_mock import PytestMockWarning
1819

0 commit comments

Comments
 (0)