pydocstyle icon indicating copy to clipboard operation
pydocstyle copied to clipboard

support stdin

Open dirk-thomas opened this issue 8 years ago • 3 comments

If pydocstyle could be invoked with - to indicate to read the content which should be linted from stdin that would enable better integration of the tool in various editors. E.g. on-the-fly linting (with now need to save the file explicitly) in Atom: AtomLinter/linter-pydocstyle#34

dirk-thomas avatar Jun 29 '16 04:06 dirk-thomas

@dirk-thomas flake8-docstrings + flake8 make this possible and easy (for a short-ish term solution).

sigmavirus24 avatar Jun 29 '16 11:06 sigmavirus24

Where would pydocstyle look for config files? Would it just use the defaults?

milkey-mouse avatar Sep 29 '16 07:09 milkey-mouse

It should not load configuration files unless explicitly passed with #117.

Nurdok avatar Sep 29 '16 08:09 Nurdok