We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8ad7d commit e9898a1Copy full SHA for e9898a1
Makefile
@@ -7,6 +7,7 @@ PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7
.PHONY: lint
8
lint:
9
python3 -m pylint --recursive=y $(PYTHON_FILES)
10
+ python3 -m flake8 $(PYTHON_FILES)
11
12
13
.PHONY: test
0 commit comments