aboutsummaryrefslogtreecommitdiffstats
path: root/.projections.json
blob: f7e1308dc4905a4abbf078c63ae235e73ced7d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
   "dotfiles/*.py": {
      "alternate": "tests/test_{}.py",
      "type": "source"
   },
   "tests/test_*.py": {
      "alternate": "dotfiles/{}.py",
      "type": "test"
   },
   "*.py": {
      "dispatch": "flake8 {file}"
   },
   "*": {
      "make": "pytest -q"
   }
}