mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Add whitespace fixers
This commit is contained in:
parent
5cce7c2cc3
commit
e42884cf60
4 changed files with 7 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ distutils.commands=
|
|||
flake8 = flake8.main.setuptools_command:Flake8
|
||||
console_scripts =
|
||||
flake8 = flake8.main.cli:main
|
||||
flake8.extension =
|
||||
flake8.extension =
|
||||
F = flake8.plugins.pyflakes:FlakesChecker
|
||||
pycodestyle.ambiguous_identifier = pycodestyle:ambiguous_identifier
|
||||
pycodestyle.bare_except = pycodestyle:bare_except
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue