This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 6e78d01d110fecb8502daccac51ea30e17fe86e4 (commit)
from f2ea218f366844292e14017a6f68e0f8ab62f8e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/6e78d01d110fecb8502daccac51ea30e17fe86e4
commit 6e78d01d110fecb8502daccac51ea30e17fe86e4
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 15 15:30:21 2015 +0300
Fixed flake8 F822 undefined name in __all__
diff --git a/setup.cfg b/setup.cfg
index 152719d..3736ba9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,8 +13,7 @@ exclude = .git,docs/europython/*.py,ez_setup.py
; Ignore:
; E401 multiple imports on one line
; F403 'from module import *' used; unable to detect undefined names
-; F822 undefined name in __all__
-ignore = E401,F403,F822
+ignore = E401,F403
[pudge]
theme = pythonpaste.org
-----------------------------------------------------------------------
Summary of changes:
setup.cfg | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|