Skip to content

Commit cf99b36

Browse files
committed
SDK-1337: Update pylint configuration
1 parent 8209598 commit cf99b36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[MASTER]
2-
ignore=yoti_python_sdk/tests/**,examples/**
2+
ignore=tests,protobuf
3+
disable=C0330

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"pre-commit==1.17.0",
4242
"pytest>=3.6.0",
4343
"pytest-cov>=2.7.1",
44+
"pylint==1.9.4",
45+
"pylint-exit>=1.1.0",
4446
"python-coveralls==2.9.3",
4547
"mock==2.0.0",
4648
"virtualenv==15.2",

0 commit comments

Comments
 (0)