diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:43:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:43:15 -0500 |
commit | d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4 (patch) | |
tree | d2dee99e59bb7d0048f3152695baea7b7e01421b /tests/backtest.py | |
parent | 29356409a6827e78d3f5aa18d9a7939bee7b6fca (diff) | |
download | python-coveragepy-d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4.tar.gz |
Change all pylint message codes to message names
Diffstat (limited to 'tests/backtest.py')
-rw-r--r-- | tests/backtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backtest.py b/tests/backtest.py index 1b38cce..574e6ac 100644 --- a/tests/backtest.py +++ b/tests/backtest.py @@ -1,6 +1,6 @@ """Add things to old Pythons so I can pretend they are newer, for tests.""" -# pylint: disable=W0622 +# pylint: disable=redefined-builtin # (Redefining built-in blah) # The whole point of this file is to redefine built-ins, so shut up about it. |