Skip to content

Commit d6f092f

Browse files
committed
Add pytest-mock / pytest-rerunfailures to pylint
1 parent a0935ca commit d6f092f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ repos:
287287
- pyOpenSSL # needed by pylint-pytest since it picks up pytest's args
288288
- pypytools
289289
- pytest-cov # needed by pylint-pytest since it picks up pytest's args
290+
- pytest-mock # needed by pylint-pytest since it picks up pytest's args
291+
- >- # needed by pylint-pytest since it picks up pytest's args
292+
pytest-rerunfailures
290293
- pytest-xdist # needed by pylint-pytest since it picks up pytest's args
291294
- requests_toolbelt
292295
- requests_unixsocket

0 commit comments

Comments
 (0)