square-activity-64562
08/05/2021, 9:14 AMmetadata-ingestion ❯ mypy .
setup.py: error: Duplicate module named "setup" (also at "./examples/transforms/setup.py")
setup.py: note: Are you missing an __init__.py? Alternatively, consider using --exclude to avoid checking one of them.
Found 1 error in 1 file (errors prevented further checking)
Are these commands out of date? Is there a way to filter this folder out?square-activity-64562
08/05/2021, 9:25 AMmetadata-ingestion ❯ flake8 .
./examples/transforms/custom_transform_example.py:9:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:10:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:12:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:13:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:14:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:15:1: E402 module level import not at top of file
./examples/transforms/custom_transform_example.py:16:1: E402 module level import not at top of file
square-activity-64562
08/05/2021, 9:48 AMmammoth-bear-12532
../gradlew :metadata-ingestion:lintFix
etc.chilly-holiday-80781
08/05/2021, 5:17 PMsrc/
and test/
directories). I’ll update the docs!square-activity-64562
08/06/2021, 7:52 AMflake8 .
mypy .