Skip to content

Commit 5bc770b

Browse files
committed
add nbQA
1 parent b55d7bd commit 5bc770b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ repos:
3232
- id: ruff
3333
args: [ --fix, --exit-non-zero-on-fix ]
3434
- id: ruff-format
35+
- repo: https://github.com/nbQA-dev/nbQA
36+
rev: 1.9.1
37+
hooks:
38+
- id: nbqa-ruff
39+
args: [ --fix, --exit-non-zero-on-fix ]
3540
- repo: https://github.com/pre-commit/mirrors-mypy
3641
rev: v1.18.2
3742
hooks:

0 commit comments

Comments
 (0)