1
0
Fork 0

Keep R0801 disabled

R0801 trips on our norad argument handling in fetch_satellites.py and delete_satellite.py - but there is no way to disable it locally due to a bug.  See https://github.com/PyCQA/pylint/issues/214

Signed-off-by: Corey Shields <cshields@gmail.com>
merge-requests/402/head
Corey Shields 2019-07-27 12:41:20 -04:00
parent 8271351729
commit b0bfe0eea7
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ disable=
C0412,
E1101,
R0401,
R0801,
R0801, # needs to remain disabled see https://github.com/PyCQA/pylint/issues/214
W0511,