From 6b8512e5c1a5e50977d6f1871af573aa0c504558 Mon Sep 17 00:00:00 2001 From: J-Exodus Date: Fri, 2 Oct 2020 14:29:08 +1000 Subject: [PATCH] Added not formatting files in gitignore (psf#1682) --- docs/pyproject_toml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pyproject_toml.md b/docs/pyproject_toml.md index cd313452b1e..804526c8572 100644 --- a/docs/pyproject_toml.md +++ b/docs/pyproject_toml.md @@ -33,6 +33,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