Merge remote-tracking branch 'origin/master' into zope4
Showing
README.update-hash.rst
0 → 100644
component/rust/buildout.cfg
0 → 100644
File moved
{ | ||
"dependencies": { | ||
"eclint": "^2.8.1", | ||
"husky": "^1.1.2", | ||
"lint-staged": "^7.3.0" | ||
}, | ||
"lint-staged": { | ||
"*": [ | ||
"eclint fix", | ||
"git add" | ||
], | ||
"*.json": [ | ||
"python2 ./format-json", | ||
"git add" | ||
], | ||
"{components,software,stack}/**": [ | ||
"{component,software,stack}/**": [ | ||
"python -c 'import sys, os.path, subprocess; [subprocess.check_call((\"python2\", \"./update-hash\", buildout_hash)) for buildout_hash in { os.path.join(os.path.dirname(staged), \"buildout.hash.cfg\") for staged in sys.argv[1:]} if os.path.exists(buildout_hash)]'", | ||
"python -c 'import sys, os.path, subprocess; [subprocess.check_call((\"git\", \"add\", buildout_hash)) for buildout_hash in { os.path.join(os.path.dirname(staged), \"buildout.hash.cfg\") for staged in sys.argv[1:]} if os.path.exists(buildout_hash)]'" | ||
] | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment