Skip to content

Commit 6a30098

Browse files
authored
Merge pull request #408 from koxudaxi/fix_a_typo_in_the_settings
Fix a typo in the settings
2 parents 125b70f + ab7e3ae commit 6a30098

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/mypy-compatible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you set supported features in mypy.ini then, the pycharm plugin performs the
1515
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.
1616

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

2020

2121
## Settings

resources/META-INF/plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ul>
1010
<li>Support IntelliJ IDEA 2021.3 [#407]</li>
1111
</ul>
12+
<p>BugFixes</p>
13+
<ul>
14+
<li>Fix a typo in the settings [#408]</li>
15+
</ul>
1216
<h2>version 0.3.9</h2>
1317
<p>Features</p>
1418
<ul>

src/com/koxudaxi/pydantic/PydanticConfigPanel.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<properties>
6262
<editable value="false"/>
6363
<opaque value="false"/>
64-
<text value="If enabled, raise a error whenever a field is declared on a model without explicitly specifying its type."/>
64+
<text value="If enabled, raise an error whenever a field is declared on a model without explicitly specifying its type."/>
6565
</properties>
6666
</component>
6767
<component id="35726" class="javax.swing.JTextPane" binding="textPane1" default-binding="true">

0 commit comments

Comments
 (0)