|
|
|
@ -1,8 +1,9 @@
|
|
|
|
|
---
|
|
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
|
rev: 22.3.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
- id: black
|
|
|
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
|
|
|
|
rev: 'v0.0.255'
|
|
|
|
|
hooks:
|
|
|
|
@ -11,8 +12,8 @@ repos:
|
|
|
|
|
- repo: https://github.com/nbQA-dev/nbQA
|
|
|
|
|
rev: 1.6.3
|
|
|
|
|
hooks:
|
|
|
|
|
- id: nbqa-black
|
|
|
|
|
additional_dependencies: [ipython==8.12, black]
|
|
|
|
|
- id: nbqa-ruff
|
|
|
|
|
args: ["--ignore=I001"]
|
|
|
|
|
additional_dependencies: [ipython==8.12, ruff]
|
|
|
|
|
- id: nbqa-black
|
|
|
|
|
additional_dependencies: [ipython==8.12, black]
|
|
|
|
|
- id: nbqa-ruff
|
|
|
|
|
args: ["--ignore=I001"]
|
|
|
|
|
additional_dependencies: [ipython==8.12, ruff]
|
|
|
|
|