PyCQA / pydocstyle

docstring style checker
http://pydocstyle.org
MIT License
1.11k stars 188 forks source link

support stdin #195

Open dirk-thomas opened 8 years ago

dirk-thomas commented 8 years ago

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

sigmavirus24 commented 8 years ago

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

milkey-mouse commented 7 years ago

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

Nurdok commented 7 years ago

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