Revert "add precommit check added large files and git lfs rules (#2866)" (#2905)

This reverts commit 8a8fc76fc4.
This commit is contained in:
Nikhil Rao 2024-03-23 00:37:11 -07:00 committed by GitHub
parent 1e3e1dfe17
commit c3f364268b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 13 deletions

5
.gitattributes vendored
View File

@ -1,5 +0,0 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text

View File

@ -1,5 +1,3 @@
fail_fast: true
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
@ -27,12 +25,6 @@ repos:
- id: darglint
exclude: '^reflex/reflex.py'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=300', "--enforce-all"]
- repo: local
hooks:
- id: update-pyi-files

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 897 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 751 KiB