mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
pre-commit: Fix mypy hook (#233)
* Install missing deps. In the future we probably just want to reuse the dev environment (e.g. poetry shell) to have same result for hook and explicit execution in venv.
This commit is contained in:
parent
6e52c9bef2
commit
e4aa267390
@ -2,7 +2,7 @@
|
||||
exclude: \.(json|csv)$
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-merge-conflict
|
||||
- id: check-toml
|
||||
@ -31,4 +31,5 @@ repos:
|
||||
additional_dependencies:
|
||||
- "types-requests==2.32.0.20241016"
|
||||
- "pandas-stubs==2.2.3.241009"
|
||||
- "numpy==2.1.3"
|
||||
pass_filenames: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user