Skip to content

Commit 568c2b8

Browse files
authored
Skip no-commit-to-branch in CI (#611)
1 parent af7f85a commit 568c2b8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
with:
2323
python-version: "3.13"
2424
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
25+
env:
26+
SKIP: "no-commit-to-branch"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ packages = [
5555
"toolz",
5656
"toolz.curried",
5757
"toolz.sandbox",
58+
"toolz.sandbox.tests",
5859
"toolz.tests",
5960
"tlz",
6061
]

toolz/sandbox/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)