diff --git a/.cruft.json b/.cruft.json index 7c5e2b0..5f3141a 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": { 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