Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Change
extend-excludes
to force-excludes
Black does not honor patterns in --excludes when explicitly provided on the cli. This is problematic when used with pre-commit since pre-commit _always_ provides a list of files to act on. `--force-exclude` seems to act identically to `--extend-excludes` but also applies to cli arguments. See psf/black#438 for more background
- Loading branch information