apoorvrajdev commited on
Commit
c1ac860
·
1 Parent(s): f30f737

fix(ci): set mypy_path for src + backend layout and sync frontend lockfile

Browse files
Files changed (2) hide show
  1. frontend/package-lock.json +45 -1
  2. pyproject.toml +2 -0
frontend/package-lock.json CHANGED
@@ -1037,6 +1037,51 @@
1037
  "node": ">=14.0.0"
1038
  }
1039
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1040
  "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1041
  "version": "4.3.0",
1042
  "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
@@ -1810,7 +1855,6 @@
1810
  "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
1811
  "dev": true,
1812
  "license": "MIT",
1813
- "peer": true,
1814
  "bin": {
1815
  "jiti": "lib/jiti-cli.mjs"
1816
  }
 
1037
  "node": ">=14.0.0"
1038
  }
1039
  },
1040
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
1041
+ "version": "1.2.1",
1042
+ "dev": true,
1043
+ "inBundle": true,
1044
+ "license": "MIT",
1045
+ "optional": true,
1046
+ "dependencies": {
1047
+ "tslib": "^2.4.0"
1048
+ }
1049
+ },
1050
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
1051
+ "version": "1.1.4",
1052
+ "dev": true,
1053
+ "inBundle": true,
1054
+ "license": "MIT",
1055
+ "optional": true,
1056
+ "dependencies": {
1057
+ "@tybys/wasm-util": "^0.10.1"
1058
+ },
1059
+ "funding": {
1060
+ "type": "github",
1061
+ "url": "https://github.com/sponsors/Brooooooklyn"
1062
+ },
1063
+ "peerDependencies": {
1064
+ "@emnapi/core": "^1.7.1",
1065
+ "@emnapi/runtime": "^1.7.1"
1066
+ }
1067
+ },
1068
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
1069
+ "version": "0.10.1",
1070
+ "dev": true,
1071
+ "inBundle": true,
1072
+ "license": "MIT",
1073
+ "optional": true,
1074
+ "dependencies": {
1075
+ "tslib": "^2.4.0"
1076
+ }
1077
+ },
1078
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
1079
+ "version": "2.8.1",
1080
+ "dev": true,
1081
+ "inBundle": true,
1082
+ "license": "0BSD",
1083
+ "optional": true
1084
+ },
1085
  "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1086
  "version": "4.3.0",
1087
  "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
 
1855
  "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
1856
  "dev": true,
1857
  "license": "MIT",
 
1858
  "bin": {
1859
  "jiti": "lib/jiti-cli.mjs"
1860
  }
pyproject.toml CHANGED
@@ -193,6 +193,8 @@ warn_unused_ignores = true
193
  warn_no_return = true
194
  no_implicit_optional = true
195
  files = ["src/captioning", "backend/app", "scripts"]
 
 
196
 
197
  [[tool.mypy.overrides]]
198
  module = [
 
193
  warn_no_return = true
194
  no_implicit_optional = true
195
  files = ["src/captioning", "backend/app", "scripts"]
196
+ mypy_path = "src:backend"
197
+ explicit_package_bases = true
198
 
199
  [[tool.mypy.overrides]]
200
  module = [