Skip to content

Cache stdin for Flake8 plugins

username-removed-6325 requested to merge pep8-stdin-fix into master

Currently plugins (e.g., flake8-docstrings) are struggling to support users passing data in on stdin (e.g., cat file.py | flake8 -). Until pep8 fixes this itself, we can monkey-patch its stdin_get_value function to handle the caching for us.

Closes #105 (closed)

Merge request reports