From 9f55e735ddbe600565e033543208689787b4b7db Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Tue, 4 Jul 2023 21:53:04 -0700 Subject: [PATCH] okay github seems to maybe work now --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f60403cdaaf..bfa021617cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,7 +33,7 @@ - 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. + `pyproject.toml`, instead of silently doing the wrong thing (#3764) ### Packaging