Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit ccfc0a4

Browse files
authored
Merge branch 'main' into dependabot/pip/daita-app/health-check-service/functions/handlers/calculate_health_check/pillow-9.3.0
2 parents 0645009 + 9af814f commit ccfc0a4

437 files changed

Lines changed: 50727 additions & 3235 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: 👮‍♂️ Lint
2+
3+
on: [push, pull_request]
4+
5+
concurrency:
6+
group: ${{github.workflow}}-${{github.ref}}
7+
cancel-in-progress: true
8+
9+
jobs:
10+
unit:
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os:
15+
- ubuntu-latest
16+
architecture:
17+
- 'x64'
18+
python-version:
19+
- '3.8'
20+
21+
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v3
24+
25+
- name: Setup Python
26+
uses: actions/setup-python@v4
27+
with:
28+
python-version: ${{ matrix.python-version }}
29+
architecture: ${{ matrix.architecture }}
30+
31+
- name: Check formatting with Black
32+
uses: psf/black@stable
33+
with:
34+
options: "--check --verbose"
35+
src: "./"

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,11 @@ daita-app/output.txt
170170
/daita-app/.aws-sam/
171171

172172

173+
# key file
174+
*.cer
175+
output.txt
176+
output_daita.txt
177+
178+
output_fe_config.txt
179+
annotation-app/output_anno.txt
180+
output_daita.txt

ai_caller_service_v1/AI_service/AI_service/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

ai_caller_service_v1/AI_service/AI_service/asgi.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

ai_caller_service_v1/AI_service/AI_service/settings.py

Lines changed: 0 additions & 129 deletions
This file was deleted.

ai_caller_service_v1/AI_service/AI_service/urls.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

ai_caller_service_v1/AI_service/AI_service/worker.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

ai_caller_service_v1/AI_service/AI_service/wsgi.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

ai_caller_service_v1/AI_service/app/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

ai_caller_service_v1/AI_service/app/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)