Skip to content

Commit 204f348

Browse files
committed
chore: document the new option
1 parent 81307ec commit 204f348

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ Install with pip::
7373

7474
$ pip install flake8-builtins
7575

76+
Options
77+
-------
78+
79+
One can use `--builtins-ignorelist` option, or configuration option,
80+
to ignore a custom list of builtins::
81+
82+
$ flake8 --builtins-ignorelist id,copyright *.py
83+
7684
Requirements
7785
------------
7886
- Python 3.7, 3.8, 3.9

0 commit comments

Comments
 (0)