0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2024-12-23 16:23:01 +03:00

Разработка перенесена в ветку OCAB-V2

This commit is contained in:
armatik 2023-11-25 19:38:34 +03:00
parent 7f232eff50
commit de9a954fe3
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="2">
<item index="0" class="java.lang.String" itemvalue="openai" />
<item index="1" class="java.lang.String" itemvalue="aiogram" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true
}