Skip to content

Commit 55b85cb

Browse files
committed
📰 add lint file
1 parent 3fc0533 commit 55b85cb

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.moban.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ targets:
2929
- "tests/base.py": "tests/base.py.jj2"
3030
- output: CHANGELOG.rst
3131
configuration: changelog.yml
32-
template: CHANGELOG.rst.jj2
32+
template: CHANGELOG.rst.jj2
33+
- lint.sh: lint.script.jj2

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
================================================================================
33

4+
0.5.5 - 16.03.2019
5+
--------------------------------------------------------------------------------
6+
7+
added
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `#32 <https://github.com/pyexcel/pyexcel-ods/issues/32>`_, fix odfpy pinning
11+
412
0.5.4 - 27.11.2018
513
--------------------------------------------------------------------------------
614

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ format:
77
isort -y $(find pyexcel_ods -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
88
black -l 79 pyexcel_ods
99
black -l 79 tests
10+
11+
lint:
12+
bash lint.sh

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long

0 commit comments

Comments
 (0)