Skip to content

Commit 70ce42e

Browse files
authored
chore: update project structure to b25684a2
1 parent fb9af7e commit 70ce42e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.cruft.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
3-
"commit": "ef35f9eae64cee9e05dfc13d68a386de845407d1",
3+
"commit": "b25684a2c63387153b83a1cc03ea332be8c8279a",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -11,7 +11,8 @@
1111
"project_slug": "pytest-split",
1212
"package_name": "pytest_split",
1313
"project_short_description": "Pytest plugin which splits the test suite to equally sized \"sub suites\" based on test execution time.",
14-
"_template": "https://github.com/woltapp/wolt-python-package-cookiecutter"
14+
"_template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
15+
"_commit": "b25684a2c63387153b83a1cc03ea332be8c8279a"
1516
}
1617
},
1718
"directory": null

.pre-commit-config.yaml.rej

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff a/.pre-commit-config.yaml b/.pre-commit-config.yaml (rejected hunks)
2+
@@ -11,6 +11,7 @@ repos:
3+
- id: check-yaml
4+
- id: debug-statements
5+
- id: end-of-file-fixer
6+
+ exclude: 'CHANGELOG.md'
7+
- id: trailing-whitespace
8+
- id: mixed-line-ending
9+
- repo: local

0 commit comments

Comments
 (0)