Skip to content

Commit 3c1d86e

Browse files
committed
Move get_modified_files.py to codestyle floder
1 parent 6e9a3ec commit 3c1d86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ format:
1919

2020
.PHONY: lint
2121
lint:
22-
$(eval modified_py_files := $(shell python scripts/get_modified_files.py $(check_dirs)))
22+
$(eval modified_py_files := $(shell python scripts/codestyle/get_modified_files.py $(check_dirs)))
2323
@if test -n "$(modified_py_files)"; then \
2424
echo ${modified_py_files}; \
2525
pre-commit run --files ${modified_py_files}; \

0 commit comments

Comments
 (0)