mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
Fix typos
This commit is contained in:
parent
1062be2643
commit
591a230940
3 changed files with 4 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ example, let's consider a user's list of ignored error codes for a project:
|
|||
E251
|
||||
|
||||
It makes sense here to allow users to specify the value this way, but, the
|
||||
standard libary's :class:`configparser.RawConfigParser` class does returns a
|
||||
standard library's :class:`configparser.RawConfigParser` class does returns a
|
||||
string that looks like
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
|
|
@ -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