File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/woltapp/wolt-python-package-cookiecutter" ,
3- "commit" : " ef35f9eae64cee9e05dfc13d68a386de845407d1 " ,
3+ "commit" : " b25684a2c63387153b83a1cc03ea332be8c8279a " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments