Commit 3450bfc 1 parent d172984 commit 3450bfc Copy full SHA for 3450bfc
File tree 19 files changed +57
-0
lines changed
19 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all clean help docs_build docs_clean docs_linkcheck api_docs_build api_docs_clean api_docs_linkcheck spell_check spell_fix lint lint_package lint_tests format format_diff
2
2
3
+ .EXPORT_ALL_VARIABLES :
4
+ UV_FROZEN = true
5
+
3
6
# # help: Show this help info.
4
7
help : Makefile
5
8
@printf " \n\033[1mUsage: make <TARGETS> ...\033[0m\n\n\033[1mTargets:\033[0m\n\n"
Original file line number Diff line number Diff line change 3
3
# LINTING AND FORMATTING
4
4
# #####################
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for Python and notebook files.
7
10
PYTHON_FILES =.
8
11
MYPY_CACHE =.mypy_cache
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE=tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE = tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE = tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE = tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
INTEGRATION_TEST_FILE ?= tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test : TEST_FILE = tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE = tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
integration_test integration_tests : TEST_FILE=tests/integration_tests/
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
Original file line number Diff line number Diff line change 3
3
# Default target executed when no arguments are given to make.
4
4
all : help
5
5
6
+ .EXPORT_ALL_VARIABLES :
7
+ UV_FROZEN = true
8
+
6
9
# Define a variable for the test file path.
7
10
TEST_FILE ?= tests/unit_tests/
8
11
INTEGRATION_TEST_FILE ?= tests/integration_tests/
You can’t perform that action at this time.
0 commit comments