diff options
| author | 2021-11-16 22:47:47 +0530 | |
|---|---|---|
| committer | 2021-11-16 22:47:47 +0530 | |
| commit | 15437a7eeeef979a77a2ec2d7d96c5410c78daa0 (patch) | |
| tree | 530b8f2ea5ed72748ada3b3aea3e8dd7fcc034d4 /.idea | |
| parent | Add flake8 configuration. (diff) | |
Lint and fix line endings.
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/bot-core.iml | 2 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 2 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 2 | ||||
| -rw-r--r-- | .idea/misc.xml | 2 | ||||
| -rw-r--r-- | .idea/modules.xml | 2 | ||||
| -rw-r--r-- | .idea/vcs.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/.idea/bot-core.iml b/.idea/bot-core.iml index d0876a78..8fe898af 100644 --- a/.idea/bot-core.iml +++ b/.idea/bot-core.iml @@ -5,4 +5,4 @@ <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> </component> -</module>
\ No newline at end of file +</module> diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 9f9dec16..bb7262cd 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -22,4 +22,4 @@ </option> </inspection_tool> </profile> -</component>
\ No newline at end of file +</component> diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml index 105ce2da..cc5462da 100644 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -3,4 +3,4 @@ <option name="USE_PROJECT_PROFILE" value="false" /> <version value="1.0" /> </settings> -</component>
\ No newline at end of file +</component> diff --git a/.idea/misc.xml b/.idea/misc.xml index d56657ad..2a9526cd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" /> -</project>
\ No newline at end of file +</project> diff --git a/.idea/modules.xml b/.idea/modules.xml index e41cbbf7..b8aa740d 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,4 +5,4 @@ <module fileurl="file://$PROJECT_DIR$/.idea/bot-core.iml" filepath="$PROJECT_DIR$/.idea/bot-core.iml" /> </modules> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7f..5ace414d 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,4 +3,4 @@ <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> -</project>
\ No newline at end of file +</project> |