Skip to content

Commit

Permalink
disable MyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongTheVinh committed Feb 8, 2021
1 parent d2b6488 commit bc96433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.mypyEnabled": false,
"python.linting.pydocstyleEnabled": false,
"python.linting.pycodestyleEnabled": true,
"python.linting.pylamaEnabled": true,
Expand Down

0 comments on commit bc96433

Please sign in to comment.