File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/woltapp/wolt-python-package-cookiecutter" ,
3
- "commit" : " ef35f9eae64cee9e05dfc13d68a386de845407d1 " ,
3
+ "commit" : " b25684a2c63387153b83a1cc03ea332be8c8279a " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
11
11
"project_slug" : " pytest-split" ,
12
12
"package_name" : " pytest_split" ,
13
13
"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"
15
16
}
16
17
},
17
18
"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