{ "dotfiles/*.py": { "alternate": "tests/test_{}.py", "type": "source" }, "tests/test_*.py": { "alternate": "dotfiles/{}.py", "type": "test" }, "*.py": { "dispatch": "flake8 {file}" }, "*": { "make": "pytest -q" } }