flopp / GpxTrackPoster

Create a visually appealing poster from your GPX tracks
MIT License
411 stars 50 forks source link

Disable pylint superfluous-parens only on the false positive line #76

Closed CodeFerriCode closed 3 years ago

CodeFerriCode commented 3 years ago

In #75, pylint superfluous-parens was disabled globally because it was complaining false positively.

Better to disable it only on the line where the false positive happens.