mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
fix a few small spelling issues
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
This commit is contained in:
parent
93209ffac9
commit
2fe70dda6b
14 changed files with 16 additions and 16 deletions
|
|
@ -196,7 +196,7 @@ Now let's select all ``E`` class violations:
|
|||
example.py:4:9: E131 continuation line unaligned for hanging indent
|
||||
example.py:5:9: E121 continuation line under-indented for hanging indent
|
||||
|
||||
Suddenly we now have far more erors that are reported to us. Using
|
||||
Suddenly we now have far more errors that are reported to us. Using
|
||||
``--select`` alone will override the default ``--ignore`` list. In these cases,
|
||||
the user is telling us that they want all ``E`` violations and so we ignore
|
||||
our list of violations that we ignore by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue