Skip to content

Commit

Permalink
Disable flake8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nrhorner committed May 13, 2022
1 parent e70aa63 commit 06e2502
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ develop: venv/bin/activate
${IN_VENV} && python setup.py develop

test: venv/bin/activate
${IN_VENV} && pip install flake8 flake8-rst-docstrings flake8-docstrings flake8-import-order flake8-forbid-visual-indent
${IN_VENV} && flake8 pychopper \
--import-order-style google --application-import-names pychopper \
--statistics
# ${IN_VENV} && pip install flake8 flake8-rst-docstrings flake8-docstrings flake8-import-order flake8-forbid-visual-indent
# ${IN_VENV} && flake8 pychopper \
# --import-order-style google --application-import-names pychopper \
# --statistics
# demo should run without error
${IN_VENV} && python setup.py install
${IN_VENV} && pychopper demo
Expand Down

0 comments on commit 06e2502

Please sign in to comment.