From 70ce42e9ca853835a21edd62b106f89c0be19d1d Mon Sep 17 00:00:00 2001 From: jerry-git Date: Thu, 26 Dec 2024 01:28:09 +0000 Subject: [PATCH] chore: update project structure to b25684a2 --- .cruft.json | 5 +++-- .pre-commit-config.yaml.rej | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .pre-commit-config.yaml.rej diff --git a/.cruft.json b/.cruft.json index 7c5e2b0..c66fe1c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/woltapp/wolt-python-package-cookiecutter", - "commit": "ef35f9eae64cee9e05dfc13d68a386de845407d1", + "commit": "b25684a2c63387153b83a1cc03ea332be8c8279a", "checkout": null, "context": { "cookiecutter": { @@ -11,7 +11,8 @@ "project_slug": "pytest-split", "package_name": "pytest_split", "project_short_description": "Pytest plugin which splits the test suite to equally sized \"sub suites\" based on test execution time.", - "_template": "https://github.com/woltapp/wolt-python-package-cookiecutter" + "_template": "https://github.com/woltapp/wolt-python-package-cookiecutter", + "_commit": "b25684a2c63387153b83a1cc03ea332be8c8279a" } }, "directory": null diff --git a/.pre-commit-config.yaml.rej b/.pre-commit-config.yaml.rej new file mode 100644 index 0000000..0f3b04c --- /dev/null +++ b/.pre-commit-config.yaml.rej @@ -0,0 +1,9 @@ +diff a/.pre-commit-config.yaml b/.pre-commit-config.yaml (rejected hunks) +@@ -11,6 +11,7 @@ repos: + - id: check-yaml + - id: debug-statements + - id: end-of-file-fixer ++ exclude: 'CHANGELOG.md' + - id: trailing-whitespace + - id: mixed-line-ending + - repo: local