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 b5f9c60 commit cffbb02Copy full SHA for cffbb02
pyproject.toml
@@ -63,13 +63,13 @@ dev-mypy = [
63
"mypy == 1.1.1",
64
"types-setuptools >= 67.6.0, < 68", # Should match the global dependency
65
# For checking the docs/ script, and tests
66
- "frequenz-repo-config[docs-gen,pytest]",
+ "frequenz-repo-config[dev-docs-gen,dev-pytest]",
67
]
68
dev-pylint = [
69
"pylint == 2.17.1",
70
"pylint-google-style-guide-imports-enforcing == 1.3.0",
71
72
73
74
dev-pytest = ["pytest == 7.2.2"]
75
dev = [
0 commit comments