fix: black excude regex

This commit is contained in:
Naramsim 2024-06-06 08:09:25 +02:00
parent dee82e86a4
commit e8bf90deae

View file

@ -85,7 +85,7 @@ format: # Format the source code
black .
format-check: # Check the source code has been formatted
black . --check --exclude 'Resources/data.*'
black . --check --exclude 'Resources/scripts/.*'
pull:
git checkout master