Skip to content

Commit

Permalink
temp potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Jarry committed Jun 19, 2024
1 parent 45e8db8 commit 79f1190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage
python-coveralls
nose2
pylint==2.7.2
pylint
vcrpy
contextlib2
mock
Expand Down
1 change: 1 addition & 0 deletions scripts/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

function launch_pylint()
{
echo "linting" $1
$(which pylint) $1 --msg-template='{path}({line}): [{msg_id}{obj}] {msg}' --load-plugins=checkers
}

Expand Down

0 comments on commit 79f1190

Please sign in to comment.