diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 03e71592..4a1b3b5e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,3 +22,5 @@ jobs: with: python-version: "3.13" - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 + env: + SKIP: "no-commit-to-branch" diff --git a/pyproject.toml b/pyproject.toml index a9944aea..394127cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ packages = [ "toolz", "toolz.curried", "toolz.sandbox", + "toolz.sandbox.tests", "toolz.tests", "tlz", ] diff --git a/toolz/sandbox/tests/__init__.py b/toolz/sandbox/tests/__init__.py new file mode 100644 index 00000000..e69de29b