We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9a3ec commit 3c1d86eCopy full SHA for 3c1d86e
Makefile
@@ -19,7 +19,7 @@ format:
19
20
.PHONY: lint
21
lint:
22
- $(eval modified_py_files := $(shell python scripts/get_modified_files.py $(check_dirs)))
+ $(eval modified_py_files := $(shell python scripts/codestyle/get_modified_files.py $(check_dirs)))
23
@if test -n "$(modified_py_files)"; then \
24
echo ${modified_py_files}; \
25
pre-commit run --files ${modified_py_files}; \
0 commit comments