File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ install-test: install-servers install-dev
82
82
[ -z " $( TEST_EXTRA_PACKAGES) " ] || pip install $(TEST_EXTRA_PACKAGES )
83
83
84
84
install-style : install-docs install-dev
85
- pip install -U flake8 flake8-import-order flake8-bugbear autopep8
85
+ pip install -U flake8 flake8-import-order flake8-bugbear
86
86
87
87
style :
88
88
flake8
@@ -125,13 +125,6 @@ install-dev:
125
125
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements ) ; \
126
126
fi
127
127
128
- install-git-hooks : install-style
129
- echo " make style-autocorrect" > .git/hooks/pre-commit
130
- chmod +x .git/hooks/pre-commit
131
-
132
- style-autocorrect :
133
- git diff --cached --name-only | egrep ' \.py$$' | xargs --no-run-if-empty autopep8 -ri
134
-
135
128
ssh-submodule-urls :
136
129
git submodule foreach " \
137
130
echo -n ' Old: ' ; \
You can’t perform that action at this time.
0 commit comments