Merging upstream version 4.67.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 19:22:32 +01:00
parent 4ecd0d1838
commit 93eea9a9cb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 82 additions and 43 deletions

View file

@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@ -37,9 +37,9 @@ repos:
- numpy
- pandas
- pytest-timeout
- pytest-asyncio
- pytest-asyncio>0.21
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args: [-j8]