0
0
mirror of https://github.com/shizand/statapp.git synced 2025-10-01 19:29:08 +03:00
Files
.github
.idea
inspectionProfiles
Project_Default.xml
profiles_settings.xml
runConfigurations
.gitignore
misc.xml
modules.xml
stat.iml
vcs.xml
scripts
statapp
tests
.gitattributes
.gitignore
.pre-commit-config.yaml
.releaserc.json
CHANGELOG.md
CODEOWNERS
LICENSE
README.md
poetry.lock
pyproject.toml
statapp-onefile.spec
statapp.spec
statapp/.idea/inspectionProfiles/Project_Default.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>