yapf changes whitespace rules on minor release
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
yapf 0.27.0 vs 0.26.0 (again) broke our CI on whitespace "rulz". can you pls stop fiddling around with those rules? this sucks big time. I am tired of cleaning up again and again. **decide and then keep** the rules. I don't care about the specific rules, but please don't change it all the time.
fwiw, we are using this `yapf.ini`:
```
[style]
based_on_style = pep8
column_limit = 110
```
we will now just pin the yapf release used - to the point version - which is not great also of course.
Contributor guide
Assessment
This issue has not been assessed yet.