Open fengxizhou opened 1 month ago
@fengxizhou has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D64839500
This pull request was exported from Phabricator. Differential Revision: D64839500
What does this PR do?
Fixes # 193 - Wrong Configuration Path Caused Test Failures
This PR fixes four things in a previous diff.
(1) A wrong file path for event_args_formats caused test errors. The fix is to update to the correct path. (2) A type checking error caused by Library stubs not installed for "yaml". The fix is to add the following lines into
pyproject.toml
file.(3) Update mypy setting in .pre-commit-config.yaml to workaround errors: "Source file found twice under different module names"
(4) Fix format warnings when importing sorces fbcode into github.
Before submitting