mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Add flake8 plugin for Breezy.
This commit is contained in:
parent
0f3f4ff9b4
commit
53cae80f8a
3 changed files with 152 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -127,6 +127,9 @@ setuptools.setup(
|
|||
'quiet-filename = flake8.formatting.default:FilenameOnly',
|
||||
'quiet-nothing = flake8.formatting.default:Nothing',
|
||||
],
|
||||
'breezy.plugin': [
|
||||
'flake8 = flake8.main.breezy',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue