`NO_SPACES_AROUND_SELECTED_BINARY_OPERATORS` crashes yapf when configured with `%`
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
```
NO_SPACES_AROUND_SELECTED_BINARY_OPERATORS="%"
```
Configuration above does not work.
```
NO_SPACES_AROUND_SELECTED_BINARY_OPERATORS="%%"
```
Configuration above works.
I assume fix would now have to include `%%` and `%`.
Contributor guide
Assessment
This issue has not been assessed yet.