Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Project_Default.xml 752 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. <component name="InspectionProjectProfileManager">
  2. <profile version="1.0">
  3. <option name="myName" value="Project Default" />
  4. <inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="WARNING" enabled_by_default="false">
  5. <option name="ignoredPackages">
  6. <value>
  7. <list size="1">
  8. <item index="0" class="java.lang.String" itemvalue="yoda" />
  9. </list>
  10. </value>
  11. </option>
  12. </inspection_tool>
  13. <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
  14. <option name="ignoredErrors">
  15. <list>
  16. <option value="E501" />
  17. </list>
  18. </option>
  19. </inspection_tool>
  20. </profile>
  21. </component>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...