Skip to content
Snippets Groups Projects
Commit 80005260 authored by roadscape's avatar roadscape
Browse files

add missing docstring check

parent 2ebf278e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ import logging
import configargparse
class Conf():
""" Manages sync/server configuration via args, ENVs, and hive.conf. """
_args = None
@classmethod
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment