From 9431e98522ec91087f0e2b5fcd71a7a807f52ed7 Mon Sep 17 00:00:00 2001 From: GiGaGon <107241144+MeGaGiGaGon@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:48:23 -0800 Subject: [PATCH] Fix integration between stdin filename and --force-exclude (#4539) --- CHANGES.md | 3 +++ src/black/__init__.py | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d2955d2..3cda3ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -56,6 +56,9 @@ +- If using stdin with `--stdin-filename` set to a force excluded path, stdin won't be + formatted. (#4539) + ### Documentation