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.
defaults.api_config
1 parent ab6d0b8 commit 415d9f6Copy full SHA for 415d9f6
src/frequenz/repo/config/nox/default.py
@@ -88,8 +88,9 @@
88
api_config: _config.Config = common_config.copy()
89
"""Default configuration for APIs.
90
91
-Same as `common_config`, but with `source_paths` replacing `"src"` with `"py"`
92
-and `extra_paths` replacing `"tests"` with `"pytests"`.
+Same as `common_config`, but with an empty `source_paths` (as the sources are
+automatically generated, we don't want to test anything in there) and replacing `"src"`
93
+with `"py"` and `extra_paths` replacing `"tests"` with `"pytests"`.
94
"""
95
96
# We don't check the sources at all because they are automatically generated.
0 commit comments