mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Fix typos
This commit is contained in:
parent
1062be2643
commit
77895d05db
3 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ Checked-in python files will be passed as positional arguments. ``flake8``
|
|||
will always lint explicitly passed arguments (:option:`flake8 --exclude` has
|
||||
no effect). Instead use ``pre-commit``'s ``exclude: ...`` regex to exclude
|
||||
files. ``pre-commit`` won't ever pass untracked files to ``flake8`` so
|
||||
excluding ``.git`` / ``.tox`` / etc. is unnecesary.
|
||||
excluding ``.git`` / ``.tox`` / etc. is unnecessary.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue