Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used black's force-exclude instead of extend-exclude. (#2475)
When using VS code black plugin, 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