blob: 25f421b44dac21c035cf2ff561b5191afdb5745b (
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.in
mypy
|