mirror of
https://github.com/shizand/statapp.git
synced 2025-10-01 19:29:08 +03:00
.github
.idea
inspectionProfiles
Project_Default.xml
profiles_settings.xml
runConfigurations
.gitignore
misc.xml
modules.xml
stat.iml
vcs.xml
statapp
tests
.copyright.tmpl
.gitattributes
.gitignore
.pre-commit-config.yaml
.releaserc.json
CHANGELOG.md
CODEOWNERS
LICENSE
README.md
poetry.lock
pyproject.toml
statapp-onefile.spec
statapp.spec
14 lines
478 B
XML
14 lines
478 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<option name="ignoredErrors">
|
|
<list>
|
|
<option value="N802" />
|
|
<option value="N803" />
|
|
<option value="N806" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |