We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cb7ca commit 0586f74Copy full SHA for 0586f74
1 file changed
src/usethis/_tool/impl/coverage_py.py
@@ -75,6 +75,8 @@ def preferred_file_manager(self) -> KeyValueFileManager:
75
76
def get_config_spec(self) -> ConfigSpec:
77
# https://coverage.readthedocs.io/en/latest/config.html#configuration-reference
78
+ # But the `latest` link doesn't yet include some latest changes regarding
79
+ # `.coveragerc.toml`, which are available here:
80
# https://coverage.readthedocs.io/en/7.13.0/config.html#configuration-reference
81
82
exclude_also = [
0 commit comments