Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nbqa-yapf #547

Merged
merged 12 commits into from
Apr 18, 2021
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@
require_serial: true
types: [jupyter]
additional_dependencies: [pyupgrade]
- id: nbqa-yapf
name: nbqa-yapf
description: "Run 'yapf' on a Jupyter Notebook"
entry: nbqa yapf
bdice marked this conversation as resolved.
Show resolved Hide resolved
language: python
language_version: python3
require_serial: true
types: [jupyter]
additional_dependencies: [yapf]