Each skip file has been populated with the pylint errors I actually got locally when checking the file.
2 lines
312 B
Text
2 lines
312 B
Text
Christmas_Soundboard/code.py 154: Comparison 'currently_playing['voice'] != None' should be 'currently_playing['voice'] is not None' (singleton-comparison)
|
|
Christmas_Soundboard/code.py 174: Comparison 'currently_playing['voice'] != None' should be 'currently_playing['voice'] is not None' (singleton-comparison)
|