We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0935ca commit d6f092fCopy full SHA for d6f092f
.pre-commit-config.yaml
@@ -287,6 +287,9 @@ repos:
287
- pyOpenSSL # needed by pylint-pytest since it picks up pytest's args
288
- pypytools
289
- 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
293
- pytest-xdist # needed by pylint-pytest since it picks up pytest's args
294
- requests_toolbelt
295
- requests_unixsocket
0 commit comments