We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9af7e commit 56b32d6Copy full SHA for 56b32d6
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
3
- "commit": "ef35f9eae64cee9e05dfc13d68a386de845407d1",
+ "commit": "b25684a2c63387153b83a1cc03ea332be8c8279a",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
.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'
7
+ - id: trailing-whitespace
8
+ - id: mixed-line-ending
9
+ - repo: local
0 commit comments