Skip to content

Commit

Permalink
Preserve back-ported mock instead of unittest.mock
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
  • Loading branch information
nolar committed Nov 1, 2022
1 parent bab2d4c commit 6b0354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ repos:
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py37-plus, --keep-mock]

0 comments on commit 6b0354a

Please sign in to comment.