Skip to content

Commit

Permalink
fix: resolve mypy type errors in js class and command functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cachebag committed Jan 28, 2025
1 parent c2d2646 commit fd5d9d0
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 190 deletions.
5 changes: 3 additions & 2 deletions .run/lint_mypy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
#
!/bin/bash

mypy . --follow-imports=skip --ignore-missing-imports
mypy . --follow-imports=skip --ignore-missing-imports --explicit-package-bases
Loading

0 comments on commit fd5d9d0

Please sign in to comment.