1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Switch from pycodestyle to flake8 for code style checks (#1083)

This commit is contained in:
Mickaël Schoentgen
2021-06-02 11:06:46 +02:00
committed by GitHub
parent 8d35a12d27
commit 350f973f70
6 changed files with 19 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ class StdinBytesIO(BytesIO):
class MockEnvironment(Environment):
"""Environment subclass with reasonable defaults for testing."""
colors = 0 # For easier debugging
stdin_isatty = True,
stdin_isatty = True
stdout_isatty = True
is_windows = False