Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Commits
80005260
Commit
80005260
authored
6 years ago
by
roadscape
Browse files
Options
Downloads
Patches
Plain Diff
add missing docstring check
parent
2ebf278e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hive/conf.py
+1
-0
1 addition, 0 deletions
hive/conf.py
pylintrc
+0
-3
0 additions, 3 deletions
pylintrc
with
1 addition
and
3 deletions
hive/conf.py
+
1
−
0
View file @
80005260
...
...
@@ -4,6 +4,7 @@ import logging
import
configargparse
class
Conf
():
"""
Manages sync/server configuration via args, ENVs, and hive.conf.
"""
_args
=
None
@classmethod
...
...
This diff is collapsed.
Click to expand it.
pylintrc
+
0
−
3
View file @
80005260
...
...
@@ -66,9 +66,6 @@ confidence=
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=
# custom
missing-docstring,
# default
range-builtin-not-iterating,
filter-builtin-not-iterating,
...
...
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