Skip to content

Commit

Permalink
Change default inspection level to ERROR
Browse files Browse the repository at this point in the history
This was briefly discussed in #77 (comment) but reverted from that MR.

I have found that separating mypy inspections from PyCharm's own type checker is helpful, because PyCharm is more prone to false positives.

It's also familiar to users of IDEA TypeScript integration.
  • Loading branch information
intgr committed Feb 19, 2022
1 parent a963665 commit 65218ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
key="inspection.display-name"
groupKey="inspection.group"
shortName="Mypy"
level="WARNING"
level="ERROR"
unfair="true"
enabledByDefault="true"/>

Expand Down

0 comments on commit 65218ed

Please sign in to comment.