Autofix does not work with "black" formatter if black formatter changes nothing
Open
bug
- Dominant language
- Python
- Stars
- 714
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
If the autofixed changes are compatible with black, black raises an error and the fix are dropped:
```
File "src/black/__init__.py", line 1023, in format_file_contents
black.report.NothingChanged
```
Contributor guide
Assessment
This issue has not been assessed yet.