You've already forked httpie-cli
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:
committed by
GitHub
parent
8d35a12d27
commit
350f973f70
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user