mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: dont link data scripts
This commit is contained in:
parent
468c39a557
commit
dee82e86a4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue