mozilla / nimbus-shared

Shared data and schemas for Project Nimbus
https://mozilla.github.io/nimbus-shared
Mozilla Public License 2.0
5 stars 15 forks source link

Insist on Black formatting for Python code #94

Closed mythmon closed 4 years ago

pdehaan commented 4 years ago

Confirmed CI output matches the expected number of Python files in this project:

git ls-files '*.py'
python/mozilla_nimbus_shared/__init__.py
python/mozilla_nimbus_shared/test.py
# ./node_modules/.bin/eslint .
# ./node_modules/.bin/tsc --noEmit --project tsconfig.json
# ./node_modules/.bin/prettier --check .
cd python; poetry run black --check mozilla_nimbus_shared/test.py mozilla_nimbus_shared/__init__.py
All done! ✨ 🍰 ✨
2 files would be left unchanged.
mythmon commented 4 years ago

@jaredlockhart does that way work for you?