diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1193c87..c38af9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: types_or: [ python, pyi, markdown, rst ] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 args: [ --max-line-length, '120' , --ignore, 'E,W'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.15.0 hooks: - id: mypy args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]