Skip to content

Commit

Permalink
pylint py27
Browse files Browse the repository at this point in the history
An attempt at keeping pylint below 2.x for python 2.7
  • Loading branch information
Marc-Andre-Rivet authored Feb 8, 2019
1 parent 0c61417 commit 5ffb9de
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@
},
"pip_setup": {
"enabled": true
}
},
"packageRules": [{
"packageNames": [
"pylint"
],
"paths": [
"dev-requirements.txt"
],
"allowedVersions": "<2.0.0"
}]
}

0 comments on commit 5ffb9de

Please sign in to comment.