Skip to content

Commit

Permalink
📰 add lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 16, 2019
1 parent 3fc0533 commit 55b85cb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long

0 comments on commit 55b85cb

Please sign in to comment.