mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Fix our entry-points for report formatters
This commit is contained in:
parent
853985e1dc
commit
0b8f11acc2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -70,8 +70,8 @@ setuptools.setup(
|
|||
'flake8.extension': [
|
||||
'F = flake8.plugins.pyflakes:FlakesChecker',
|
||||
],
|
||||
'flake8.format': [
|
||||
'default = flake8.formatting.default.Default',
|
||||
'flake8.report': [
|
||||
'default = flake8.formatting.default:Default',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue