Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have black and isort respect .gitignore
For black, setting `exclude` unintentionally overrode black's default of ignoring files listed in .gitignore. isort requires setting an explicit `skip_gitignore` option. Notably this will automatically have both tools ignore target/, which in some cases does contain Python code. Fixes #6852.
- Loading branch information