summaryrefslogtreecommitdiff
path: root/.pytype/pyi/noxfile.pyi
blob: d0ad1c19d1f03ba9867cc0936479e02d778cce9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# (generated with --quick)

from typing import Any, Tuple

Session: Any
black: Any
coverage: Any
docs: Any
lint: Any
locations: Tuple[str, str, str]
mypy: Any
nox: Any
package: str
pytype: Any
safety: Any
tempfile: module
tests: Any
typeguard: Any
xdoctest: Any

def install_with_constraints(session, *args: str, **kwargs) -> None: ...