diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..b431c15 Binary files /dev/null and b/.coverage differ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..e948758 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,31 @@ +repos: + - repo: https://github.com/psf/black + rev: 23.11.0 + hooks: + - id: black + language_version: python3.10 + + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 + hooks: + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files + + - repo: local + hooks: + - id: mypy + name: mypy + entry: mypy + language: system + types: [python] + args: ["--strict", "shellscope/backend"] + pass_filenames: false + + - id: flutter-analyze + name: flutter analyze + entry: flutter analyze + language: system + types: [dart] + pass_filenames: false diff --git a/index.html b/index.html index 852eccb..e913d55 100644 --- a/index.html +++ b/index.html @@ -1,223 +1,289 @@ - -
- - -