No warning about missing space between closing parenthesis and keyword · Issue #371 · PyCQA/pycodestyle (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Assignees
Description
The following code does not result in any warnings:
if a()and b():
pass
if b()in [1, 2, 3]:
pass
if c()or d():
pass
Metadata
Metadata
Development
No branches or pull requests