This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2020-09-26 21:45:17 +00:00
parent 3aa802f878
commit b2c774cd94
2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@ test: lint
install_test:
pip install -r tests/requirements.txt
git-diff-check:
git diff --exit-code
lint:
bash lint.sh

View File

@ -1,2 +1,2 @@
pip install flake8
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long && python setup.py checkdocs
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs