Skip to content

Commit 06f568e

Browse files
Merge pull request #11 from pusher/disable-bad-lint-error
Disable bad lint message
2 parents 8a16822 + 61033df commit 06f568e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[MESSAGES CONTROL]
2+
# R0205 - This is for python 3 only and this library is 2/3 compatible
3+
disable=R0205

dev_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nose
1+
nose==1.3.7
22
pylint
3-
requests-mock
4-
collective.checkdocs
3+
requests-mock==1.5.2
4+
collective.checkdocs==0.2

0 commit comments

Comments
 (0)