diff options
| author | Syndamia <kami02882@gmail.com> | 2019-06-30 15:05:38 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-06-30 15:05:38 +0300 |
| commit | a0addea2b7bbdac244420ec917c0f3c14c4c8831 (patch) | |
| tree | a05310b0033f995dfd31b5795e7675aa382a18f3 /Python/.idea/inspectionProfiles/Project_Default.xml | |
| parent | 0c7164435abda2e497957e195e6653f94f20135d (diff) | |
| download | Self-learning-a0addea2b7bbdac244420ec917c0f3c14c4c8831.tar Self-learning-a0addea2b7bbdac244420ec917c0f3c14c4c8831.tar.gz Self-learning-a0addea2b7bbdac244420ec917c0f3c14c4c8831.zip | |
Added some of the stuff I have done while learning Python
Diffstat (limited to 'Python/.idea/inspectionProfiles/Project_Default.xml')
| -rw-r--r-- | Python/.idea/inspectionProfiles/Project_Default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Python/.idea/inspectionProfiles/Project_Default.xml b/Python/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d972322 --- /dev/null +++ b/Python/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="BuildoutUnresolvedPartInspection" enabled="false" level="WARNING" enabled_by_default="false" /> + </profile> +</component>
\ No newline at end of file |
