diff options
author | Pherkel | 2023-09-12 14:19:15 +0200 |
---|---|---|
committer | GitHub | 2023-09-12 14:19:15 +0200 |
commit | 7a9a6c783e69b5a537a3d3f5bfe8d5fdc656c807 (patch) | |
tree | 0725631b9b68aeb65b292420a15941dcfa3fc04f /mypy.ini | |
parent | f9846193289c81d89342b6a36e951605c2cfa189 (diff) | |
parent | 7b71dab87591e04d874cd636614450b0e65e3f2b (diff) |
Merge pull request #37 from Algo-Boys/fix/ultimate
Fix/ultimate
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index c13aa05..0000000 --- a/mypy.ini +++ /dev/null @@ -1,17 +0,0 @@ -[mypy-AudioLoader.*] -ignore_missing_imports = True - -[mypy-torchaudio.*] -ignore_missing_imports = true - -[mypy-torch.*] -ignore_missing_imports = true - -[mypy-click.*] -ignore_missing_imports = true - -[mypy-tokenizers.*] -ignore_missing_imports = true - -[mypy-tqmd.*] -ignore_missing_imports = true
\ No newline at end of file |