chore: exclude scripts folder

And newly added scripts folder under pokeapi/sprites when pulled as submodule
This commit is contained in:
Alessandro Pezzè 2025-12-17 03:46:23 +01:00 committed by GitHub
parent 118cb91448
commit 2e2b9ebd00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -87,10 +87,10 @@ docker-prod:
docker-setup: docker-up docker-migrate docker-build-db # (Docker) Start services, prepare the latest DB schema, populate the DB
format: # Format the source code
black .
black . --extend-exclude '.+/scripts/.+'
format-check: # Check the source code has been formatted
black . --check --exclude 'Resources/scripts/.*'
black . --check --extend-exclude '.+/scripts/.+'
pull:
git checkout master