use pre-commit instead (#14581)

This commit is contained in:
Hugh A. Miles II 2021-05-12 16:16:18 -04:00 committed by GitHub
parent 0d240c3841
commit 76a06a78da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ pre-commit:
format: py-format js-format
py-format:
python -m black superset
py-format: pre-commit
pre-commit run black --all-files
js-format:
cd superset-frontend; npm run prettier