Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add line-length & skip-string-normalization args
`black` supports the the command line arguments `--line-length` (-l) and `--skip-string-normalization` (-S), and can be invoked through the `black.FileMode` class As such, add arg parse support for `darker` for `--line-length` and `--skip-string-normalization` to pass into `black.FileMode` Set the default values of the args to their `black` defaults, ensuring that they are not required arguments to run `darker`
- Loading branch information