diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-04-17 00:28:52 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-04-17 00:28:52 -0400 |
commit | ac17ca0db70d40873ba07ecc11e1c12a5c8bd021 (patch) | |
tree | d1a9f0d95503c49d7ae243b9fcabe7dbfb964ae3 /.projections.json | |
parent | 2a2862ac50837f8241cf78ec8ff5108808e5ec6c (diff) | |
download | dotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.tar.gz dotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.tar.bz2 dotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.zip |
Format projections
Diffstat (limited to '.projections.json')
-rw-r--r-- | .projections.json | 24 |
1 files changed, 14 insertions, 10 deletions
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" + } } |