Deil Christoph
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Suppress errors with a code comment in pylint and PyCharm?
I'm coding on a project with PyCharm, and we use pylint on CI servers. There are some false positive errors reported by PyCharm and pylint. For pylint I can suppress those with a code comment: ...