diff options
-rw-r--r-- | .github/workflows/lint.yaml | 2 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-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 | ||||
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dev/Dockerfile | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0869a008..692812cf 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -121,4 +121,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: pull-request-payload - path: pull_request_payload.json
\ No newline at end of file + path: pull_request_payload.json @@ -132,4 +132,4 @@ dmypy.json .idea/ # Vscode -.vscode
\ No newline at end of file +.vscode 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> diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 630e6365..9b31ac13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,4 +21,4 @@ repos: entry: poetry run flake8 language: system types: [python] - require_serial: true
\ No newline at end of file + require_serial: true @@ -1 +1 @@ -# bot-core
\ No newline at end of file +# bot-core diff --git a/dev/Dockerfile b/dev/Dockerfile index 0204c3b5..738fc51a 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -18,4 +18,4 @@ COPY pyproject.toml poetry.lock ./ RUN poetry install --no-dev # Copy the source code in last to optimize rebuilding the image -COPY . .
\ No newline at end of file +COPY . . diff --git a/pyproject.toml b/pyproject.toml index 2f602817..3b4a7d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,4 +41,4 @@ precommit = "pre-commit install" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api"
\ No newline at end of file +build-backend = "poetry.core.masonry.api" |