1 2 3 4 5 6 7 8
# License: MIT # Copyright © 2022 Frequenz Energy-as-a-Service GmbH """Configuration file for nox.""" from frequenz.repo.config import RepositoryType, nox nox.configure(RepositoryType.LIB)