From 204f348732452302828f1676d931d0c818a779bc Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sat, 8 Oct 2022 15:50:58 +0200 Subject: [PATCH] chore: document the new option --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 6997879..6c0d8f3 100644 --- a/README.rst +++ b/README.rst @@ -73,6 +73,14 @@ Install with pip:: $ pip install flake8-builtins +Options +------- + +One can use `--builtins-ignorelist` option, or configuration option, +to ignore a custom list of builtins:: + + $ flake8 --builtins-ignorelist id,copyright *.py + Requirements ------------ - Python 3.7, 3.8, 3.9