mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Spelling and grammar fixes
This commit is contained in:
parent
5221014947
commit
9f74e7a4ca
5 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -86,7 +86,7 @@ setuptools.setup(
|
|||
],
|
||||
'flake8.extension': [
|
||||
'F = flake8.plugins.pyflakes:FlakesChecker',
|
||||
# PEP-0008 checks provied by PyCQA/pycodestyle
|
||||
# PEP-0008 checks provided by PyCQA/pycodestyle
|
||||
PEP8_PLUGIN('tabs_or_spaces'),
|
||||
PEP8_PLUGIN('tabs_obsolete'),
|
||||
PEP8_PLUGIN('trailing_whitespace'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue