Skip to content

Commit

Permalink
fix: latest horde_sdk in pre-commit mypy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jun 23, 2024
1 parent 28eeb5f commit 1ba356d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,20 @@ repos:
hooks:
- id: mypy
exclude: ^examples/.*$ # FIXME
additional_dependencies: [pydantic, strenum, types-colorama, types-docutils, types-Pillow, types-psutil, types-Pygments, types-pywin32, types-PyYAML, types-regex, types-requests, types-setuptools, types-tabulate, types-tqdm, types-urllib3, horde_sdk==0.9.1]
additional_dependencies: [
pydantic,
strenum,
types-colorama,
types-docutils,
types-Pillow, types-psutil,
types-Pygments,
types-pywin32,
types-PyYAML,
types-regex,
types-requests,
types-setuptools,
types-tabulate,
types-tqdm,
types-urllib3,
horde_sdk==0.12.0,
]

0 comments on commit 1ba356d

Please sign in to comment.