Skip to content

Commit

Permalink
chore: document the new option
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 8, 2022
1 parent 81307ec commit 204f348
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 204f348

Please sign in to comment.