X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8e618f386995fa89434834e6a793a1057e58112a..cf4cc2981900565ab931aada176abf08a1f5782d:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index acb5a82..bfa0216 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,8 @@ - `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by default (#3691) - Fix black not honouring `pyproject.toml` settings when running `--stdin-filename` and the `pyproject.toml` found isn't in the current working directory (#3719) +- Black will now error if `exclude` and `extend-exclude` have invalid data types in + `pyproject.toml`, instead of silently doing the wrong thing (#3764) ### Packaging