diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d59dfcbee42ab..236ea811b38de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: hooks: - id: check-docstring-first - id: check-added-large-files - exclude: \.(geojson)$ + exclude: ^.*\.(geojson)$|^docs/static/img/screenshots/.* - id: check-yaml exclude: ^helm/superset/templates/ - id: debug-statements diff --git a/README.md b/README.md index c076cab9b3570..106945e899ade 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +--- +hide_title: true +sidebar_position: 1 +---