From ea4e714b9a3b636afd8e81c5c5c916fcf8e6ed42 Mon Sep 17 00:00:00 2001 From: Simon <32608483+J-Exodus@users.noreply.github.com> Date: Mon, 12 Apr 2021 07:00:03 +1000 Subject: [PATCH] Added not formatting files in gitignore (psf#1682) (#1734) --- docs/pyproject_toml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pyproject_toml.md b/docs/pyproject_toml.md index 77c12b7..ed88f37 100644 --- a/docs/pyproject_toml.md +++ b/docs/pyproject_toml.md @@ -48,6 +48,8 @@ You can also explicitly specify the path to a particular file that you want with If you're running with `--verbose`, you will see a blue message if a file was found and used. +Files listed within a projects `.gitignore` file will not be formatted by _Black_. + Please note `blackd` will not use `pyproject.toml` configuration. ## Configuration format -- 2.39.2