diff --git a/.github/update-contributing.py b/.github/scripts/update-contributing.py similarity index 100% rename from .github/update-contributing.py rename to .github/scripts/update-contributing.py diff --git a/Makefile b/Makefile index ae1d89e4..d66c2c10 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ format-cpp: find . -name \*.h $(FORMAT_EXCLUDE) -print0 | xargs -0 -P $$(nproc) ${CLANG_FORMAT} -style=file -i format-docs: - ./.github/update-contributing.py + ./.github/scripts/update-contributing.py PYTHON_FORMAT ?= yapf format-py: