📰 add lint file

This commit is contained in:
chfw 2019-03-16 14:09:18 +00:00
parent 3fc0533512
commit 55b85cbc32
4 changed files with 14 additions and 1 deletions

View File

@ -29,4 +29,5 @@ targets:
- "tests/base.py": "tests/base.py.jj2"
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
template: CHANGELOG.rst.jj2
- lint.sh: lint.script.jj2

View File

@ -1,6 +1,14 @@
Change log
================================================================================
0.5.5 - 16.03.2019
--------------------------------------------------------------------------------
added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#32 <https://github.com/pyexcel/pyexcel-ods/issues/32>`_, fix odfpy pinning
0.5.4 - 27.11.2018
--------------------------------------------------------------------------------

View File

@ -7,3 +7,6 @@ format:
isort -y $(find pyexcel_ods -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_ods
black -l 79 tests
lint:
bash lint.sh

1
lint.sh Normal file
View File

@ -0,0 +1 @@
flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long