mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
459d676373
arty/typeshed/tests/stubtest_whitelists/py36.txt
11 lines
128 B
Makefile
Vendored
11 lines
128 B
Makefile
Vendored
RPLUGIN_PATH := ./rplugin/python3/deoplete/sources
|
|
|
|
all: test
|
|
|
|
test: flake8
|
|
|
|
flake8:
|
|
flake8 rplugin tests
|
|
|
|
.PHONY: test flake8
|