Skip to content

Commit

Permalink
Merge pull request #202 from IMDA-BTG/feature/issue-41/api-connector-…
Browse files Browse the repository at this point in the history
…to-model-server

API connector to model server
  • Loading branch information
miyamaya9 authored Nov 14, 2023
2 parents d074551 + 9e0c346 commit cea3ac3
Show file tree
Hide file tree
Showing 158 changed files with 19,611 additions and 2,661 deletions.
20 changes: 20 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
exclude: ^tests
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
language_version: python3.10
exclude: ^tests
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
name: flake8 - Python linting
exclude: ^tests
3 changes: 2 additions & 1 deletion ai-verify-apigw/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
"browser": true,
"node": true,
"commonjs": true,
"es2021": true
"es2021": true,
"jest/globals": true
},
"extends": [
"eslint:recommended",
Expand Down
Loading

0 comments on commit cea3ac3

Please sign in to comment.