Compare commits
18 Commits
ycy_branch
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
adfd950341 | 2 months ago |
|
|
6d6faa4997 | 2 months ago |
|
|
abd8e0d2d0 | 2 months ago |
|
|
e40068ee07 | 3 months ago |
|
|
ec964c275a | 3 months ago |
|
|
464b1cc822 | 3 months ago |
|
|
24e5577aff | 3 months ago |
|
|
a9eb2176a4 | 3 months ago |
|
|
b3d7f340e3 | 3 months ago |
|
|
fb151b0d6b | 4 months ago |
|
|
2af0b54fd0 | 4 months ago |
|
|
1605475920 | 4 months ago |
|
|
ea6fb52900 | 4 months ago |
|
|
8dea426371 | 4 months ago |
|
|
122872d4a4 | 4 months ago |
|
|
1aee4280a0 | 4 months ago |
|
|
2d8ff23347 | 4 months ago |
|
|
4ed81b854d | 4 months ago |
@ -0,0 +1,5 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
@ -0,0 +1,40 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<list>
|
||||
<option value="asgiref" />
|
||||
<option value="bleach" />
|
||||
<option value="certifi" />
|
||||
<option value="charset-normalizer" />
|
||||
<option value="Django" />
|
||||
<option value="django-appconf" />
|
||||
<option value="django-ckeditor" />
|
||||
<option value="django-compressor" />
|
||||
<option value="django-haystack" />
|
||||
<option value="django-js-asset" />
|
||||
<option value="django-mdeditor" />
|
||||
<option value="django-mptt" />
|
||||
<option value="django-rest-framework" />
|
||||
<option value="djangorestframework" />
|
||||
<option value="idna" />
|
||||
<option value="Markdown" />
|
||||
<option value="mysqlclient" />
|
||||
<option value="packaging" />
|
||||
<option value="pillow" />
|
||||
<option value="rcssmin" />
|
||||
<option value="requests" />
|
||||
<option value="rjsmin" />
|
||||
<option value="setuptools" />
|
||||
<option value="sqlparse" />
|
||||
<option value="tzdata" />
|
||||
<option value="urllib3" />
|
||||
<option value="webencodings" />
|
||||
<option value="wheel" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
||||
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.12" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/quicklook-code-analysis.iml" filepath="$PROJECT_DIR$/.idea/quicklook-code-analysis.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue