Skip to content

Commit

Permalink
fix: failing several ci-jobs
Browse files Browse the repository at this point in the history
* (chore): add 'additional_dependencies' for several hooks
  • Loading branch information
nautics889 committed Mar 22, 2024
1 parent 62c013f commit 61319e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,18 @@ repos:
rev: 1.5.3
hooks:
- id: nbqa-black
additional_dependencies:
- "setuptools"
- "black>=23.1.0"
- id: nbqa-pyupgrade
args: [--py38-plus]
additional_dependencies:
- "setuptools"
- "pyupgrade"
- id: nbqa-isort
additional_dependencies:
- "setuptools"
- "isort"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
hooks:
Expand Down

0 comments on commit 61319e9

Please sign in to comment.