Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
78af7c7d
Commit
78af7c7d
authored
May 18, 2015
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exclude _sslgte279.py from pep8 and pyflakes
parent
4b6e5472
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.pep8
.pep8
+1
-1
util/pyflakes.py
util/pyflakes.py
+1
-0
No files found.
.pep8
View file @
78af7c7d
[pep8]
[pep8]
ignore=E702,E265,E402,E731,E266
ignore=E702,E265,E402,E731,E266
max_line_length=160
max_line_length=160
exclude=.git,build,2.6,2.7,2.7pypy,3.3,test_support.py,test_queue.py,patched_tests_setup.py,test_threading_2.py,lock_tests.py
exclude=.git,build,2.6,2.7,2.7pypy,3.3,test_support.py,test_queue.py,patched_tests_setup.py,test_threading_2.py,lock_tests.py
,_sslgte279.py
util/pyflakes.py
View file @
78af7c7d
...
@@ -26,6 +26,7 @@ greentest/test__queue.py:\d+: undefined name 'GenericGetTestCase'
...
@@ -26,6 +26,7 @@ greentest/test__queue.py:\d+: undefined name 'GenericGetTestCase'
greentest/test__server_pywsgi.py:
greentest/test__server_pywsgi.py:
gevent/core.py:\
d+:
'from gevent.corecffi import *' used; unable to detect undefined names
gevent/core.py:\
d+:
'from gevent.corecffi import *' used; unable to detect undefined names
gevent/core.py:\
d+:
'from gevent.corecext import *' used; unable to detect undefined names
gevent/core.py:\
d+:
'from gevent.corecext import *' used; unable to detect undefined names
gevent/_sslgte279.py:.*
'''
'''
IGNORED
=
IGNORED
.
strip
().
replace
(
' *'
,
'
\
\
*'
).
split
(
'
\
n
'
)
IGNORED
=
IGNORED
.
strip
().
replace
(
' *'
,
'
\
\
*'
).
split
(
'
\
n
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment