-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlint.xml
More file actions
23 lines (23 loc) · 747 Bytes
/
lint.xml
File metadata and controls
23 lines (23 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="lint" type="UvRunConfigurationType" factoryName="UvRunConfigurationType">
<option name="args">
<list>
<option value="--no-incremental" />
<option value="src/mrmat_python_api_fastapi" />
</list>
</option>
<option name="checkSync" value="false" />
<option name="env">
<map />
</option>
<option name="runType" value="MODULE" />
<option name="scriptOrModule" value="mypy" />
<option name="uvArgs">
<list>
<option value="--frozen" />
</list>
</option>
<option name="uvSdkKey" value="uv (mrmat-python-api-fastapi)" />
<method v="2" />
</configuration>
</component>