From ac17ca0db70d40873ba07ecc11e1c12a5c8bd021 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 17 Apr 2018 00:28:52 -0400 Subject: Format projections --- .projections.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to '.projections.json') diff --git a/.projections.json b/.projections.json index 7aea6f9..f7e1308 100644 --- a/.projections.json +++ b/.projections.json @@ -1,12 +1,16 @@ { - "dotfiles/*.py": { - "alternate": "tests/test_{}.py", - "type": "source" - }, - "tests/test_*.py": { - "alternate": "dotfiles/{}.py", - "type": "test" - }, - "*.py": {"dispatch": "flake8 {file}"}, - "*": {"make": "pytest -q"} + "dotfiles/*.py": { + "alternate": "tests/test_{}.py", + "type": "source" + }, + "tests/test_*.py": { + "alternate": "dotfiles/{}.py", + "type": "test" + }, + "*.py": { + "dispatch": "flake8 {file}" + }, + "*": { + "make": "pytest -q" + } } -- cgit v1.2.3