We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bin_name
1 parent a10312d commit cccf8eeCopy full SHA for cccf8ee
src/python/pants/backend/python/lint/pydocstyle/subsystem.py
@@ -58,7 +58,7 @@ class Pydocstyle(PythonToolBase):
58
59
Please note that even though `pydocstyle` keeps looking for a configuration file up the
60
directory tree until one is found, Pants will only search for the config files in the
61
- repository root (from where you would normally run the `{bin_name}` command).
+ repository root (from where you would normally run the `{bin_name()}` command).
62
63
Use `[{cls.options_scope}].config` instead if your config is in a non-standard location.
64
"""
0 commit comments