mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Make flake8 actually work
This commit is contained in:
parent
36fb688f97
commit
da21821517
4 changed files with 31 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -71,6 +71,7 @@ setuptools.setup(
|
|||
'console_scripts': ['flake8 = flake8.main.cli:main'],
|
||||
'flake8.extension': [
|
||||
'F = flake8.plugins.pyflakes:FlakesChecker',
|
||||
'pep8.tabs_or_spaces = pep8:tabs_or_spaces',
|
||||
],
|
||||
'flake8.report': [
|
||||
'default = flake8.formatting.default:Default',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue