Barry Warsaw pushed to branch master at mailman / Mailman
Commits:
f0fcc8b7 by Barry Warsaw at 2016-10-16T13:12:41-04:00
Fix flake8.extension spec for flake8 v3.
- - - - -
1 changed file:
- setup.py
Changes:
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ case second `m'. Any other spelling is incorrect.""",
include_package_data = True,
entry_points = {
'console_scripts' : list(scripts),
- 'flake8.extension': ['B40 = mailman.testing.flake8:ImportOrder'],
+ 'flake8.extension': ['B4 = mailman.testing.flake8:ImportOrder'],
},
install_requires = [
'alembic',
View it on GitLab:
https://gitlab.com/mailman/mailman/commit/f0fcc8b74472c8361ac58b2c4a17b6dd4d1f109d
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org