Browse Source

修改

master
Zhiyong Wu 3 years ago
parent
commit
d7bbe488dc
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      .idea/inspectionProfiles/Project_Default.xml

+ 12
- 0
.idea/inspectionProfiles/Project_Default.xml View File

@@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N802" />
</list>
</option>
</inspection_tool>
</profile>
</component>

Loading…
Cancel
Save