diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2018-05-13 19:08:22 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-05-13 22:19:50 +0200 |
| commit | 9f74e7a4ca2176ff5345d4636c056522dcd72bfa (patch) | |
| tree | 42b7e50d8660f4b283e429dd124a922d2f678adc /setup.py | |
| parent | 52210149474a876c06922ae2c296445af5bdb108 (diff) | |
| download | flake8-9f74e7a4ca2176ff5345d4636c056522dcd72bfa.tar.gz | |
Spelling and grammar fixes
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'), |
