diff options
| author | Brian Wignall <brianwignall@gmail.com> | 2019-12-02 15:38:48 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-12-02 15:38:48 +0000 |
| commit | 591a2309409a6f509c45224bd102161243803ec7 (patch) | |
| tree | b170be9cdc3366d95ce1565b5c95f32fd163856c /docs/source/user | |
| parent | 1062be2643421797ea602f121d51c2b070e1cf18 (diff) | |
| download | flake8-591a2309409a6f509c45224bd102161243803ec7.tar.gz | |
Fix typos
Diffstat (limited to 'docs/source/user')
| -rw-r--r-- | docs/source/user/using-hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/using-hooks.rst b/docs/source/user/using-hooks.rst index f4dcd81..25016d5 100644 --- a/docs/source/user/using-hooks.rst +++ b/docs/source/user/using-hooks.rst @@ -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 |
