Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evan Edmond
fslpy
Commits
1b8f1303
Commit
1b8f1303
authored
7 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
More contribution update
parent
a2c59872
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/contributing.rst
+9
-3
9 additions, 3 deletions
doc/contributing.rst
with
9 additions
and
3 deletions
doc/contributing.rst
+
9
−
3
View file @
1b8f1303
...
@@ -68,10 +68,16 @@ Coding conventions
...
@@ -68,10 +68,16 @@ Coding conventions
- Clear and accurate documentation is good
- Clear and accurate documentation is good
Configure your text editor to use [pylint](https://www.pylint.org/) and
Configure your text editor to use:
[flake8](http://flake8.pycqa.org/en/latest/).
The following violations of the PEP8 standard are accepted (see
- [flake8](http://flake8.pycqa.org/en/latest/): This checks your code for adherence
to the [PEP8](https://www.python.org/dev/peps/pep-0008/) coding standard.
- [pylint](https://www.pylint.org/): This checks that your code follows other
good conventions.
Because I like whitespace and vertical alignment more than PEP8 does, the
following violations of the PEP8 standard are accepted (see
[here](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes)
[here](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes)
for a list of error codes):
for a list of error codes):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment