mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Add default formatting class
This commit is contained in:
parent
7828b63002
commit
81495fd859
3 changed files with 36 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -70,6 +70,9 @@ setuptools.setup(
|
|||
'flake8.extension': [
|
||||
'F = flake8.plugins.pyflakes:FlakesChecker',
|
||||
],
|
||||
'flake8.format': [
|
||||
'default = flake8.formatting.default.Default',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue