aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2018-04-17 00:28:52 -0400
committerGravatar Jon Bernard <jbernard@jbernard.io> 2018-04-17 00:28:52 -0400
commitac17ca0db70d40873ba07ecc11e1c12a5c8bd021 (patch)
treed1a9f0d95503c49d7ae243b9fcabe7dbfb964ae3
parent2a2862ac50837f8241cf78ec8ff5108808e5ec6c (diff)
downloaddotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.tar.gz
dotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.tar.bz2
dotfiles-ac17ca0db70d40873ba07ecc11e1c12a5c8bd021.zip
Format projections
-rw-r--r--.projections.json24
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"
+ }
}