Skip to content

Commit

Permalink
Merge pull request #408 from koxudaxi/fix_a_typo_in_the_settings
Browse files Browse the repository at this point in the history
Fix a typo in the settings
  • Loading branch information
koxudaxi authored Dec 9, 2021
2 parents 125b70f + ab7e3ae commit 6a30098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mypy-compatible.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you set supported features in mypy.ini then, the pycharm plugin performs the
If enabled, include the field types as type hints in the generated signature for the __init__ method. This means that you'll get errors if you pass an argument that is not already the right type to __init__, even if parsing could safely convert the type.

### warn_untyped_fields
If enabled, raise a error whenever a field is declared on a model without explicitly specifying its type.
If enabled, raise an error whenever a field is declared on a model without explicitly specifying its type.


## Settings
Expand Down
4 changes: 4 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<ul>
<li>Support IntelliJ IDEA 2021.3 [#407]</li>
</ul>
<p>BugFixes</p>
<ul>
<li>Fix a typo in the settings [#408]</li>
</ul>
<h2>version 0.3.9</h2>
<p>Features</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/com/koxudaxi/pydantic/PydanticConfigPanel.form
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<properties>
<editable value="false"/>
<opaque value="false"/>
<text value="If enabled, raise a error whenever a field is declared on a model without explicitly specifying its type."/>
<text value="If enabled, raise an error whenever a field is declared on a model without explicitly specifying its type."/>
</properties>
</component>
<component id="35726" class="javax.swing.JTextPane" binding="textPane1" default-binding="true">
Expand Down

0 comments on commit 6a30098

Please sign in to comment.