Hacker News new | ask | show | jobs
by martinvol 3199 days ago
It's fun that I use it every day but my linter still thinks is a syntax error :)
1 comments

A linter for a dynamic language has got to be the hardest thing ever to implement.

In PyCharm if you return from within a contextlib.suppress context it'll think any code following it is unreachable code.

https://youtrack.jetbrains.com/issue/PY-25809 https://youtrack.jetbrains.com/issue/PY-16419