Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
db64e492
Commit
db64e492
authored
Aug 26, 2018
by
scoder
Committed by
GitHub
Aug 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2582 from gabrieldemarmiesse/pep8_stuff
Added the pep8 rule: W291 trailing whitespaces.
parents
3fa75854
c8c791ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Cython/Compiler/Options.py
Cython/Compiler/Options.py
+3
-3
tox.ini
tox.ini
+1
-1
No files found.
Cython/Compiler/Options.py
View file @
db64e492
...
...
@@ -30,11 +30,11 @@ class ShouldBeFromDirective(object):
%
(
self
.
options_name
,
self
.
directive_name
))
"""
The members of this module are documented using autodata in
"""
The members of this module are documented using autodata in
Cython/docs/src/reference/compilation.rst.
See http://www.sphinx-doc.org/en/master/ext/autodoc.html#directive-autoattribute
for how autodata works.
for how autodata works.
Descriptions of those members should start with a #:
Donc forget to keep the docs in sync by removing and adding
the members in both this file and the .rst file.
...
...
tox.ini
View file @
db64e492
...
...
@@ -13,6 +13,6 @@ commands =
[pycodestyle]
ignore
=
W, E
select
=
E711, E714, E501
select
=
E711, E714, E501
, W291
max-line-length
=
150
format
=
pylint
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