We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b99595 commit a930f54Copy full SHA for a930f54
.pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
7
8
# Add files or directories to the blacklist. They should be base names, not
9
# paths.
10
-ignore=CVS
+ignore=CVS,tests
11
12
# Add files or directories matching the regex patterns to the blacklist. The
13
# regex matches against base names, not paths.
scompose/client/config.py
@@ -18,7 +18,6 @@
18
'''
19
20
from scompose.project import Project
21
-import os
22
23
def main(args, parser, extra):
24
'''View or validate a configuration file
0 commit comments