diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2aef52..236103b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/pycqa/flake8 - rev: '7.1.0' # pick a git hash / tag to point to + rev: '7.1.1' # pick a git hash / tag to point to hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.0' # Use the sha / tag you want to point at + rev: 'v1.11.2' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: