blob: 871c589c33ff51a6f09edee292bcbcc448f902a1 (
plain)
1
2
3
4
5
6
7
8
9
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-c pins.pip
# So that we have pytest types.
-r pytest.pip
mypy
|