Skip to content

Commit

Permalink
style: don't format .pyi files
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jul 19, 2022
1 parent caba7ab commit 6424cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPYRIGHT = "MetaOPT Team. All Rights Reserved."
PROJECT_PATH = ${PROJECT_NAME}
SHELL = /bin/bash
SOURCE_FOLDERS = $(PROJECT_PATH) examples include src tests docs
PYTHON_FILES = $(shell find $(SOURCE_FOLDERS) -type f -name "*.py" -o -name "*.pyi")
PYTHON_FILES = $(shell find $(SOURCE_FOLDERS) -type f -name "*.py")
CXX_FILES = $(shell find $(SOURCE_FOLDERS) -type f -name "*.h" -o -name "*.cpp" -o -name "*.cuh" -o -name "*.cu")
COMMIT_HASH = $(shell git log -1 --format=%h)
PATH := $(HOME)/go/bin:$(PATH)
Expand Down

0 comments on commit 6424cad

Please sign in to comment.