We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee82e8 commit e8bf90dCopy full SHA for e8bf90d
Makefile
@@ -85,7 +85,7 @@ format: # Format the source code
85
black .
86
87
format-check: # Check the source code has been formatted
88
- black . --check --exclude 'Resources/data.*'
+ black . --check --exclude 'Resources/scripts/.*'
89
90
pull:
91
git checkout master
0 commit comments