fix: dont link data scripts

This commit is contained in:
Naramsim 2024-06-06 08:06:05 +02:00
parent 468c39a557
commit dee82e86a4

View file

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