Add flake8 plugin for Breezy.

This commit is contained in:
Jelmer Vernooij 2019-01-08 01:33:30 +00:00
parent 0f3f4ff9b4
commit 53cae80f8a
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
3 changed files with 152 additions and 1 deletions

View file

@ -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",