Skip to content

Commit e9898a1

Browse files
make: additional lint with flake8
Part of #270
1 parent ad8ad7d commit e9898a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PYTHON_FILES=tarantool test setup.py docs/source/conf.py
77
.PHONY: lint
88
lint:
99
python3 -m pylint --recursive=y $(PYTHON_FILES)
10+
python3 -m flake8 $(PYTHON_FILES)
1011

1112

1213
.PHONY: test

0 commit comments

Comments
 (0)