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 8209598 commit cf99b36Copy full SHA for cf99b36
.pylintrc
@@ -1,2 +1,3 @@
1
[MASTER]
2
-ignore=yoti_python_sdk/tests/**,examples/**
+ignore=tests,protobuf
3
+disable=C0330
setup.py
@@ -41,6 +41,8 @@
41
"pre-commit==1.17.0",
42
"pytest>=3.6.0",
43
"pytest-cov>=2.7.1",
44
+ "pylint==1.9.4",
45
+ "pylint-exit>=1.1.0",
46
"python-coveralls==2.9.3",
47
"mock==2.0.0",
48
"virtualenv==15.2",
0 commit comments