diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5dd59b..c6be410 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 diff --git a/README.md b/README.md index 8669320..e532754 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 @@ -124,6 +126,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 @@ -202,6 +206,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 @@ -263,6 +269,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 @@ -319,6 +327,8 @@ repos: - id: detect-private-key - id: mixed-line-ending args: [--fix=no] + - id: check-added-large-files + args: [--maxkb=10240] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v3.0.0 diff --git a/docs/images/github-create-repo-from-template.gif b/docs/images/github-create-repo-from-template.gif index 2e567a6..43c4c78 100644 Binary files a/docs/images/github-create-repo-from-template.gif and b/docs/images/github-create-repo-from-template.gif differ