Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #33476 -- Used black's force-exclude instead of extend-exclude.
When using `pre-commit run --all-files`, because the filename is passed explicitly, the file referred to in `extend-exclude` is not properly excluded. Use `force-exclude` instead to say we really mean it. See psf/black#438.
- Loading branch information