diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ebd6c7cd3..000000000 --- a/.gitattributes +++ /dev/null @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb2c5df7..13951736f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/docs/images/dalle.gif b/docs/images/dalle.gif index e70635632..74d487849 100644 Binary files a/docs/images/dalle.gif and b/docs/images/dalle.gif differ diff --git a/docs/images/reflex.png b/docs/images/reflex.png index cefd90c77..5812af7d8 100644 Binary files a/docs/images/reflex.png and b/docs/images/reflex.png differ