mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-09-09 17:36:38 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user