Skip to content

Commit

Permalink
try to fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Oct 17, 2024
1 parent 258fdf3 commit 5b05a59
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,19 @@ repos:
hooks:
- id: mypy
files: ipykernel
args: ["--install-types", "--non-interactive"]
args: []
additional_dependencies:
[
"traitlets>=5.13",
"ipython>=8.16.1",
"jupyter_client>=8.5",
"appnope",
"types-Pygments",
"types-colorama",
"types-decorator",
"types-psutil",
"types-pycurl",
"types-python-dateutil",
]

- repo: https://github.com/adamchainz/blacken-docs
Expand Down

0 comments on commit 5b05a59

Please sign in to comment.